Skip to content

Commit

Permalink
now on completion
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Dec 6, 2023
1 parent 77ec4e0 commit 94c27a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: callee
on:
workflow_run:
workflows: [ "caller" ]
types: [ "requested" ]
types: [ "completed" ]
workflow_dispatch:

jobs:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
with:
gradle-home-cache-cleanup: true
cache-read-only: false
arguments: compileJava compileTestJava compileJmh javadoc -Dorg.gradle.parallel=true
arguments: build -x test -Dorg.gradle.parallel=true
- name: store classes
uses: actions/[email protected]
with:
name: classes
path: "**/*.class"

0 comments on commit 94c27a7

Please sign in to comment.