Skip to content

Commit

Permalink
clean up build-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 2, 2024
1 parent 1211fb9 commit 157fe1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 157fe1e

Please sign in to comment.