File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99
10- build-logic :
11- runs-on : macos-latest
12- steps :
13- - name : check out
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15-
16- - name : build build-logic
17- uses : rickbusarow/actions/gradle-task@bf0940965387f10bcb8b6699a79499d18167dfbe # v1
18- with :
19- task : :build-logic:compileKotlin :build-logic:jar
20- write-cache-key : build-logic-jar
21-
2210 build-all :
2311 runs-on : macos-latest
12+ if : github.repository == 'rickbusarow/ModuleCheck'
2413 steps :
2514 - name : check out
2615 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3524 publish-snapshot :
3625 needs :
3726 - build-all
38- if : github.repository == 'RBusarow/ModuleCheck'
3927 runs-on : macos-latest
4028
4129 steps :
You can’t perform that action at this time.
0 commit comments