Skip to content

Commit

Permalink
Specify test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored Jun 29, 2024
1 parent d7171a5 commit 01fccde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
test:
name: Test 🧪
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 01fccde

Please sign in to comment.