Skip to content

Commit

Permalink
chore: fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 9, 2024
1 parent 2d84358 commit ab1ba11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# Skip CI if the commit message contains [ci-skip]
if: "!contains(github.event.head_commit.message, '[ci-skip]') && contains(github.event.head_commit.message, '[release]')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Our changelog generation requires the full git history
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ab1ba11

Please sign in to comment.