Skip to content

[CP Staging] Revert "Defer local updates if there are missing updates and only call GetMissingOnyxMessages once" #56918

[CP Staging] Revert "Defer local updates if there are missing updates and only call GetMissingOnyxMessages once"

[CP Staging] Revert "Defer local updates if there are missing updates and only call GetMissingOnyxMessages once" #56918

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 }}