From 6ce51a433c49b20d073c1ab62ff3bf3518f73ba4 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 3 Jul 2024 10:24:13 +1000 Subject: [PATCH] CI: update workflow if statement remove cancelled Signed-off-by: Anil Belur --- .github/workflows/gh2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh2gerrit.yaml b/.github/workflows/gh2gerrit.yaml index ebf5265..ef4544b 100644 --- a/.github/workflows/gh2gerrit.yaml +++ b/.github/workflows/gh2gerrit.yaml @@ -168,7 +168,7 @@ jobs: # TODO: Get number of commits in the patch file and set var in env PR_COMMIT_NUM - name: Apply patch on local repo - if: ! cancelled() && hashFiles('${{ env.PR_NUMBER }}.patch') != '' + if: hashFiles('${{ env.PR_NUMBER }}.patch') != '' shell: bash run: | set -x