Skip to content

Commit

Permalink
Add skip ci thing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSlimeDiamond committed Jun 24, 2023
1 parent af902c0 commit 9813317
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 @@ -18,7 +18,7 @@ permissions:

jobs:
build:

if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest

steps:
Expand All @@ -37,4 +37,4 @@ jobs:
with:
name: gallium-mod-jar
path: build/libs/Gallium-*.jar
if-no-files-found: error
if-no-files-found: error

0 comments on commit 9813317

Please sign in to comment.