Skip to content

Commit

Permalink
fix: allow continue on fail for previews cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Jul 5, 2024
1 parent 15afe61 commit 480a13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/previews-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
cleanup:
name: Cleanup Previews
runs-on: ubuntu-latest
continue-on-error: true
if: ${{ github.event.before && github.head_commit.author.username != 'github-actions[bot]'}}
steps:
- name: ℹ️ Get stringified GitHub info
Expand Down

0 comments on commit 480a13f

Please sign in to comment.