Skip to content

Commit 2a9abf6

Browse files
committed
build: re-use workflows as defined in the current repo
Don't think it's necessary to lock these independently; they can probably just use the version implied by the source control version. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 8a004df commit 2a9abf6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525
contents: read
526526
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'jruby/jruby' }}
527527
needs: [mvn-test, mvn-test-extended, mvn-test-windows, dependency-check, rake-test, rake-test-indy-off, rake-test, test-versions, sequel, concurrent-ruby, jruby-tests-dev, regression-specs-jit]
528-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@46678ce513443c231ce91c7782ad72b886aed5b4
528+
uses: ./.github/workflows/snapshot-publish.yml
529529
with:
530530
javaLevel: 21
531531
secrets:

.github/workflows/manual-snapshot-publish-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
permissions:
1010
contents: read
11-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@659a649a802bafb69c5d216f6fbc4160c749d454
11+
uses: ./.github/workflows/snapshot-publish.yml
1212
with:
1313
javaLevel: 21
1414
secrets:

.github/workflows/manual-snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
permissions:
1010
contents: read
11-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@659a649a802bafb69c5d216f6fbc4160c749d454
11+
uses: ./.github/workflows/snapshot-publish.yml
1212
with:
1313
javaLevel: 8
1414
secrets:

.github/workflows/nightly-snapshot-publish-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'jruby/jruby' }}
18-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@659a649a802bafb69c5d216f6fbc4160c749d454
18+
uses: ./.github/workflows/snapshot-publish.yml
1919
with:
2020
javaLevel: 21
2121
secrets:

.github/workflows/nightly-snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
if: ${{ github.ref == 'refs/heads/jruby-9.4' && github.repository == 'jruby/jruby' }}
18-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@659a649a802bafb69c5d216f6fbc4160c749d454
18+
uses: ./.github/workflows/snapshot-publish.yml
1919
with:
2020
javaLevel: 8
2121
secrets:

0 commit comments

Comments
 (0)