Skip to content

Commit

Permalink
ci: release yml if sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWebb committed Apr 26, 2024
1 parent 0946a71 commit 02e022f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
issues: write
pull-requests: write
id-token: write
if:
- "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
- "!contains(toJSON(github.event.commits.*.message), '[skip release]')"
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 02e022f

Please sign in to comment.