From d9ee44a334b75f7d0bb3b46ee53d0b166daa1895 Mon Sep 17 00:00:00 2001 From: latacora-tomekr <69216698+latacora-tomekr@users.noreply.github.com> Date: Thu, 5 Nov 2020 23:09:25 -0600 Subject: [PATCH] Add continue-on-error true to ignore head/base commit issue (#151) --- .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