File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2626# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
2727# text on stderr and so can break tests which check the output of a program).
2828
29- permissions :
30- contents : read # to fetch code (actions/checkout)
31-
3229jobs :
3330 test_non_bootstrapped :
3431 runs-on : [self-hosted, Linux]
@@ -530,9 +527,6 @@ jobs:
530527 ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
531528
532529 nightly_documentation :
533- permissions :
534- contents : write # to push pages branch (peaceiris/actions-gh-pages)
535-
536530 runs-on : [self-hosted, Linux]
537531 container :
538532 image : lampepfl/dotty:2021-03-22
@@ -711,10 +705,6 @@ jobs:
711705
712706
713707 open_issue_on_failure :
714- permissions :
715- contents : read # to fetch code (actions/checkout)
716- issues : write # to create new issues (jasonetco/create-an-issue)
717-
718708 runs-on : [self-hosted, Linux]
719709 container :
720710 image : lampepfl/dotty:2021-03-22
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main # default branch of the project
6- permissions :
7- contents : read # to fetch code (actions/checkout)
86jobs :
97 dependency-graph :
108 name : Update Dependency Graph
You can’t perform that action at this time.
0 commit comments