Skip to content

Commit

Permalink
[skip release] test
Browse files Browse the repository at this point in the history
  • Loading branch information
abanias committed Sep 18, 2024
1 parent 7b6c38a commit de581d5
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 commit message for [skip release]
run: |
git log -1 --pretty=%B | grep -q "\[skip release\]" && echo "Skipping release as per commit message" && exit 0 || echo "Proceeding with release"
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit de581d5

Please sign in to comment.