chore(ci): Cancel prior CI runs

This commit is contained in:
Ed Page 2024-01-18 09:22:25 -06:00
parent 61250a3613
commit e819db4af6
6 changed files with 24 additions and 0 deletions

View file

@ -17,6 +17,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
security_audit: security_audit:
permissions: permissions:

View file

@ -14,6 +14,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
ci: ci:
permissions: permissions:

View file

@ -11,6 +11,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
committed: committed:
name: Lint Commits name: Lint Commits

View file

@ -12,6 +12,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
pre-commit: pre-commit:
permissions: permissions:

View file

@ -12,6 +12,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
test: test:
name: Test name: Test

View file

@ -10,6 +10,10 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CLICOLOR: 1 CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: jobs:
spelling: spelling:
name: Spell Check with Typos name: Spell Check with Typos