Skip to content

Commit f494124

Browse files
committed
Add missing env variable
1 parent e68e60f commit f494124

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ jobs:
611611
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
612612
- ${{ github.workspace }}/../../cache/general:/root/.cache
613613
needs: [publish_nightly]
614+
if: "(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'lampepfl/dotty'"
615+
env:
616+
NIGHTLYBUILD: yes
614617
steps:
615618
- name: Reset existing repo
616619
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true

0 commit comments

Comments
 (0)