Skip to content

Commit

Permalink
CI: Add concurrency section from PkgTemplates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed Dec 16, 2024
1 parent 7b536b5 commit 18eb8eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
push:
branches:
- master
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
- master
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18eb8eb

Please sign in to comment.