Skip to content

Commit

Permalink
pls just run the workflow_run already
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Dec 6, 2023
1 parent d6e1468 commit 4eb6fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: spotless
uses: gradle/gradle-build-action@v2.10.0
with:
arguments: build spotlessCheck -Dorg.gradle.parallel=true
arguments: spotlessCheck -Dorg.gradle.parallel=true
cache: gradle
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
java-version: 17
cache: gradle
- name: Compile
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.10.0
with:
arguments: build -x test -x spotlessCheck -Dorg.gradle.parallel=true
cache: gradle

0 comments on commit 4eb6fa3

Please sign in to comment.