Skip to content

Commit

Permalink
[skip release] Test
Browse files Browse the repository at this point in the history
  • Loading branch information
devtonhere committed Dec 10, 2024
1 parent 7763f14 commit bc48e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Check Skip Commit
id: checkskip
run: if [[ $(git log -1 --pretty=format:"%s") =~ "[skip release]" ]]; then false; else true; fi

- name: Set up JDK 8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit bc48e52

Please sign in to comment.