From 5cf9381ab44e7b6e605fa77cef01f23f20f5fbcf Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sun, 2 Jun 2024 16:52:08 +0200 Subject: [PATCH] fixup! Configure GHA workflows for the 2-x-stable branch --- .github/workflows/codespell.yml | 3 +-- .github/workflows/danger.yml | 3 +-- .github/workflows/linting.yml | 3 +-- .github/workflows/main.yml | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 370c0e010..3a7b82333 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,7 +1,6 @@ name: CodeSpell on: - pull_request: - branches: 2-x-stable + - pull_request concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 148bec6ba..79bff9970 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -1,7 +1,6 @@ name: Danger on: - pull_request: - branches: 2-x-stable + - pull_request concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index cd1c1fe9f..9876c082e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,7 +1,6 @@ name: Linting on: - pull_request: - branches: 2-x-stable + - pull_request concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9422ef0a..831f6f1a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,6 @@ name: CI on: pull_request: - branches: 2-x-stable push: branches: 2-x-stable