Skip to content

Commit 289b9b3

Browse files
Fixes nightly build YAML (#339)
1 parent c92fc06 commit 289b9b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
fi
4343
4444
- uses: actions/checkout@v3
45+
with:
46+
ref: ${{ env.NIGHTLY_BUILD_REF }}
4547

4648
# The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
4749
# Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -218,6 +220,8 @@ jobs:
218220
fi
219221
220222
- uses: actions/checkout@v3
223+
with:
224+
ref: ${{ env.NIGHTLY_BUILD_REF }}
221225

222226
# The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
223227
# Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -305,6 +309,8 @@ jobs:
305309
fi
306310
307311
- uses: actions/checkout@v3
312+
with:
313+
ref: ${{ env.NIGHTLY_BUILD_REF }}
308314

309315
- name: Set up (Mac) prerequisites and environment
310316
run: |

0 commit comments

Comments
 (0)