We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68e60f commit f494124Copy full SHA for f494124
.github/workflows/ci.yaml
@@ -611,6 +611,9 @@ jobs:
611
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
612
- ${{ github.workspace }}/../../cache/general:/root/.cache
613
needs: [publish_nightly]
614
+ if: "(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'lampepfl/dotty'"
615
+ env:
616
+ NIGHTLYBUILD: yes
617
steps:
618
- name: Reset existing repo
619
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