Skip to content

Commit 712d5bc

Browse files
authored
chore: no more open issue on failures (#23798)
After #23797, there is no path to the `open_issue_on_failure` job. [skip ci]
2 parents 290d436 + 4989b07 commit 712d5bc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -743,27 +743,6 @@ jobs:
743743
- name: Publish Release
744744
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonaUpload"
745745

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-
767746
build-msi-package:
768747
uses: ./.github/workflows/build-msi.yml
769748
if :

0 commit comments

Comments
 (0)