Skip to content

Commit

Permalink
[skip release] Allow to fail check-skip-commit job (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Wilhelm <[email protected]>
  • Loading branch information
devtonhere authored Dec 10, 2024
1 parent 7763f14 commit ad91aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Check Skip Commit
id: checkskip
run: if [[ $(git log -1 --pretty=format:"%s") =~ "[skip release]" ]]; then false; else true; fi
continue-on-error: true

- name: Set up JDK 8
if: steps.checkskip.conclusion == 'success'
Expand Down

0 comments on commit ad91aca

Please sign in to comment.