Skip to content

Commit

Permalink
Add continue-on-error true to ignore head/base commit issue (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
latacora-tomekr authored Nov 6, 2020
1 parent 6536bcc commit d9ee44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ee44a

Please sign in to comment.