From 76273009bcd9a985f1549fae09c12421131da291 Mon Sep 17 00:00:00 2001 From: Andrei Stoian Date: Mon, 28 Oct 2024 13:31:22 +0100 Subject: [PATCH] fix: only check signature on PRs --- .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