Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Oct 1, 2024
1 parent 8c01df1 commit 82374f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'pull_request'
continue-on-error: true # Ignore this step if we cannot remove the label.
run: |
set +e
set +eu
curl \
-X DELETE \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 82374f6

Please sign in to comment.