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