From 427b22e3915815eab6fd409f03be1d0ea34dd7ef Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 12 Aug 2025 16:04:55 +0200 Subject: [PATCH] [TASK] Remove nightly-6 workflow core v11 is EOL. --- .github/workflows/nightly-6.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/nightly-6.yml diff --git a/.github/workflows/nightly-6.yml b/.github/workflows/nightly-6.yml deleted file mode 100644 index dadee170..00000000 --- a/.github/workflows/nightly-6.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "nightly-6" -on: - schedule: - - cron: '42 5 * * *' - workflow_dispatch: - -jobs: - nightly-7: - name: "dispatch-nightly-6" - runs-on: ubuntu-22.04 - permissions: write-all - steps: - - name: Checkout '6' - uses: actions/checkout@v4 - with: - ref: '6' - - - name: Execute 'ci.yml' on '6' - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh workflow run ci.yml --ref 6