Skip to content

Commit d1096c5

Browse files
authored
Fixes the nightly and release jobs to point to the correct file (#967)
I updated the name of the build job in the previous PR, but not the path to the actual workflow file.
1 parent ed1342f commit d1096c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
release-common:
5454
needs: changes
5555
if: ${{ needs.changes.outputs.proceed == 'true' }}
56-
uses: ./.github/workflows/shared-build.yml
56+
uses: ./.github/workflows/release-common.yml
5757
with:
5858
branch: primary
5959
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
release-common:
2222
needs: validate
23-
uses: ./.github/workflows/shared-build.yml
23+
uses: ./.github/workflows/release-common.yml
2424
with:
2525
branch: ${{ github.ref_name }}
2626
secrets: inherit

0 commit comments

Comments
 (0)