Skip to content

Commit

Permalink
Add concurrency settings to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Dec 20, 2023
1 parent d3c0104 commit 6ef2ae7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Test
concurrency:
group: tests-${{ github.ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches:
- '*'
# push:
# branches:
# - '*'
pull_request:
branches:
- main
Expand Down

0 comments on commit 6ef2ae7

Please sign in to comment.