Cancel old test jobs in CI (#8679)

This commit is contained in:
Alex Waygood
2022-09-03 21:04:54 +01:00
committed by GitHub
parent 82cccac369
commit 54c562827b
3 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
stubtest-stdlib:
name: Check stdlib with stubtest

View File

@@ -16,6 +16,10 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
file-consistency:
name: Check file consistency

View File

@@ -19,6 +19,10 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
mypy:
name: Run mypy against the scripts and tests directories