Skip to content

Commit

Permalink
Add CI concurency group setting to
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored and jinzhongjia committed May 26, 2024
1 parent cec7b8b commit bf81ad1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
branches: [main]
paths-ignore: ['**/*.md']

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.sha || github.ref }}
cancel-in-progress: true

jobs:
windows:
uses: ./.github/workflows/windows.yml
Expand Down

0 comments on commit bf81ad1

Please sign in to comment.