Skip to content

Commit

Permalink
ci: Do not start a Gradle daemon for PR builds
Browse files Browse the repository at this point in the history
Because there are no subsequent builds, a daemon is not necessary
  • Loading branch information
oSumAtrIX committed Feb 21, 2024
1 parent 6ded164 commit b0fd25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: burrunan/gradle-cache-action@v1

- name: Build
run: ./gradlew build clean
run: ./gradlew build --no-daemon

0 comments on commit b0fd25f

Please sign in to comment.