From 42a898dfa30dba5b6f50d35115cd3861d7826c95 Mon Sep 17 00:00:00 2001 From: Tomek Rabczak Date: Thu, 5 Nov 2020 22:20:28 -0600 Subject: [PATCH] Add continue-on-error true to ignore head/base commit issue --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 87a4f8616ae..dab8e4641bf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,6 +22,7 @@ jobs: - id: files uses: jitterbit/get-changed-files@v1 + continue-on-error: true - name: Check for changed static files run: | for changed_file in ${{ steps.files.outputs.modified }}; do