Skip to content

Commit

Permalink
prevent concurrent gha runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored and joeferner committed Nov 26, 2023
1 parent d38a3a6 commit 82ec41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
- "v?[0-9]+.[0-9]+.[0-9]+-**"
pull_request: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Performs quick checks before the expensive test runs
check-and-lint:
Expand Down

0 comments on commit 82ec41b

Please sign in to comment.