Skip to content

Commit

Permalink
create pr in every failure state
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Feb 4, 2025
1 parent ee946bf commit 8050f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Fail so that PR is created
exit 1
- name: Create Pull Request
if: ${{ failure() && github.event_name == 'schedule' }}
if: ${{ failure() }}
id: scpr
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 8050f0a

Please sign in to comment.