From 99f2c37a13823822b3dae929fd7db3d510ef32a1 Mon Sep 17 00:00:00 2001 From: Andrei Stoian <95410270+andrei-stoian-zama@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:59:11 +0100 Subject: [PATCH] chore: only check signature on PRs (#934) --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0ee7b473c..4be62677d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -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