2626 - cron : ' 0 3 * * *' # Every day at 3 AM
2727 workflow_dispatch :
2828
29- # Cancels any in-progress runs within the same group identified by workflow name and GH reference (branch or tag)
29+ # Cancels any in-progress runs within the same group identified by workflow name and GH reference (branch or tag)
3030# For example it would:
3131# - terminate previous PR CI execution after pushing more changes to the same PR branch
32- # - terminate previous on-push CI run after merging new PR to main
32+ # - terminate previous on-push CI run after merging new PR to main
3333concurrency :
3434 group : ${{ github.workflow }}-${{ github.ref }}
3535 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
6060 image : lampepfl/dotty:2024-10-18
6161 options : --cpu-shares 4096
6262 volumes :
63- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
63+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
6464 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
6565 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
6666 - ${{ github.workspace }}/../../cache/general:/root/.cache
8686 image : lampepfl/dotty:2024-10-18
8787 options : --cpu-shares 4096
8888 volumes :
89- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
89+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
9090 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
9191 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
9292 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -111,7 +111,7 @@ jobs:
111111 image : lampepfl/dotty:2024-10-18
112112 options : --cpu-shares 4096
113113 volumes :
114- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
114+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
115115 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
116116 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
117117 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -165,7 +165,7 @@ jobs:
165165 image : lampepfl/dotty:2024-10-18
166166 options : --cpu-shares 4096
167167 volumes :
168- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
168+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
169169 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
170170 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
171171 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -227,7 +227,7 @@ jobs:
227227 image : lampepfl/dotty:2024-10-18
228228 options : --cpu-shares 4096
229229 volumes :
230- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
230+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
231231 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
232232 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
233233 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -356,7 +356,7 @@ jobs:
356356 image : lampepfl/dotty:2024-10-18
357357 options : --cpu-shares 4096
358358 volumes :
359- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
359+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
360360 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
361361 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
362362 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -409,7 +409,7 @@ jobs:
409409 image : lampepfl/dotty:2024-10-18
410410 options : --cpu-shares 4096
411411 volumes :
412- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
412+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
413413 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
414414 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
415415 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -468,7 +468,7 @@ jobs:
468468 image : lampepfl/dotty:2024-10-18
469469 options : --cpu-shares 4096
470470 volumes :
471- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
471+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
472472 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
473473 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
474474 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -527,7 +527,7 @@ jobs:
527527 image : lampepfl/dotty:2024-10-18
528528 options : --cpu-shares 4096
529529 volumes :
530- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
530+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
531531 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
532532 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
533533 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -586,7 +586,7 @@ jobs:
586586 image : lampepfl/dotty:2024-10-18
587587 options : --cpu-shares 4096
588588 volumes :
589- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
589+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
590590 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
591591 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
592592 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -632,7 +632,7 @@ jobs:
632632 image : lampepfl/dotty:2024-10-18
633633 options : --cpu-shares 4096
634634 volumes :
635- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
635+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
636636 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
637637 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
638638 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -693,7 +693,7 @@ jobs:
693693 image : lampepfl/dotty:2024-10-18
694694 options : --cpu-shares 4096
695695 volumes :
696- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
696+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
697697 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
698698 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
699699 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -765,7 +765,7 @@ jobs:
765765 image : lampepfl/dotty:2024-10-18
766766 options : --cpu-shares 4096
767767 volumes :
768- - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
768+ # - /nfs-cache/.develocity/build-cache:/root/.sbt/1.0/.develocity/build-cache
769769 - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
770770 - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
771771 - ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -925,7 +925,7 @@ jobs:
925925 scala3-${{ env.RELEASE_TAG }}*.zip \
926926 scala3-${{ env.RELEASE_TAG }}*.tar.gz \
927927 scala3-${{ env.RELEASE_TAG }}*.sha256 \
928- scala3-${{ env.RELEASE_TAG }}.msi
928+ scala3-${{ env.RELEASE_TAG }}.msi
929929
930930 - name : Publish Release
931931 run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleUpload"
0 commit comments