Skip to content

Fix failed to load PDF is shown while previewing a pdf receipt after going online #54880

Fix failed to load PDF is shown while previewing a pdf receipt after going online

Fix failed to load PDF is shown while previewing a pdf receipt after going online #54880

name: Verify signed commits
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
jobs:
verifySignedCommits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify signed commits
uses: ./.github/actions/javascript/verifySignedCommits
with:
GITHUB_TOKEN: ${{ github.token }}