diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4fcb509..e1a5e17 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -6,6 +6,10 @@ on: branches: [master] pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: codespell: name: Check for spelling errors diff --git a/.github/workflows/inception-test.yml b/.github/workflows/inception-test.yml index 9794ddd..221f319 100644 --- a/.github/workflows/inception-test.yml +++ b/.github/workflows/inception-test.yml @@ -3,6 +3,12 @@ name: Test fetching tinuous' logs on: pull_request: push: + branches: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} + cancel-in-progress: true jobs: test: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fecd94e..7d66e4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,12 @@ name: Test on: pull_request: push: + branches: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} + cancel-in-progress: true jobs: test: