File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -743,27 +743,6 @@ jobs:
743
743
- name : Publish Release
744
744
run : ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonaUpload"
745
745
746
-
747
- open_issue_on_failure :
748
- runs-on : [self-hosted, Linux]
749
- container :
750
- image : lampepfl/dotty:2024-10-18
751
- needs : [nightly_documentation, test_windows_full]
752
- # The `failure()` expression is true iff at least one of the dependencies
753
- # of this job (including transitive dependencies) has failed.
754
- if : " failure() && github.event_name == 'schedule'"
755
- steps :
756
- - name : Checkout issue template
757
- uses : actions/checkout@v5
758
-
759
- - name : Open an issue
760
- uses : JasonEtco/create-an-issue@v2
761
- env :
762
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
763
- WORKFLOW_RUN_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
764
- with :
765
- filename : .github/workflows/issue_nightly_failed.md
766
-
767
746
build-msi-package :
768
747
uses : ./.github/workflows/build-msi.yml
769
748
if :
You can’t perform that action at this time.
0 commit comments