From 32186c14b39f8af63862aca2d25921863599dcc1 Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Mon, 23 Dec 2024 19:51:00 +0100 Subject: [PATCH] ci: disable merge-queues --- .github/workflows/merge-group-ci.yml | 35 --------------------------- .github/workflows/pull-request-ci.yml | 12 +++++++++ 2 files changed, 12 insertions(+), 35 deletions(-) delete mode 100644 .github/workflows/merge-group-ci.yml diff --git a/.github/workflows/merge-group-ci.yml b/.github/workflows/merge-group-ci.yml deleted file mode 100644 index 118c003..0000000 --- a/.github/workflows/merge-group-ci.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Pull request - Continuous Integration - -on: - merge_group: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - - pull-request-labeler: - name: Pull request labeler - runs-on: self-hosted - permissions: - contents: write - pull-requests: write - steps: - - uses: release-drafter/release-drafter@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - disable-releaser: true - - ci: - name: Continuous Integration - uses: ./.github/workflows/__shared-ci.yml - permissions: - actions: write - contents: read - id-token: write - issues: read - packages: write - pull-requests: read - secrets: inherit diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index cf90ecd..78cda07 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -23,3 +23,15 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: disable-releaser: true + + ci: + name: Continuous Integration + uses: ./.github/workflows/__shared-ci.yml + permissions: + actions: write + contents: read + id-token: write + issues: read + packages: write + pull-requests: read + secrets: inherit