Skip to content

Commit

Permalink
chore: only check signature on PRs (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama authored Oct 28, 2024
1 parent 11e2f34 commit 99f2c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Check commit signatures
id: check-commit-signatures
if: ${{ !fromJSON(env.IS_WEEKLY) && !fromJSON(env.IS_RELEASE) }}
if: ${{ fromJSON(env.IS_PR) }}
uses: 1Password/check-signed-commits-action@ed2885f3ed2577a4f5d3c3fe895432a557d23d52

- name: Check commits first line format
Expand Down

0 comments on commit 99f2c37

Please sign in to comment.