Skip to content

Commit

Permalink
Disable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir authored May 19, 2024
1 parent f947ce7 commit 7dce0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Compile
on: [push, pull_request]
on: []
jobs:
gradle:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
Expand All @@ -21,4 +21,4 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: 'Build'
run: ./gradlew build --stacktrace --warning-mode=fail
run: ./gradlew build --stacktrace --warning-mode=fail

0 comments on commit 7dce0fb

Please sign in to comment.