Skip to content

Commit 131f7e6

Browse files
authored
update main-updated workflow to check for 'rickbusarow/ModuleCheck' repo
Signed-off-by: Rick Busarow <RBusarow@users.noreply.github.com>
1 parent 6136977 commit 131f7e6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/main-updated.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@ on:
77

88
jobs:
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
@@ -35,7 +24,6 @@ jobs:
3524
publish-snapshot:
3625
needs:
3726
- build-all
38-
if: github.repository == 'RBusarow/ModuleCheck'
3927
runs-on: macos-latest
4028

4129
steps:

0 commit comments

Comments
 (0)