Skip to content

Commit

Permalink
Handle concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
JUVOJustin authored Oct 6, 2024
1 parent 3231747 commit ddcf4ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- '**'
pull_request_target:

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

jobs:
call-install-deps:
uses: ./.github/workflows/install-deps.yml
Expand Down Expand Up @@ -59,4 +63,4 @@ jobs:

# - name: Run integration Tests
# run: |
# npm run test:e2e
# npm run test:e2e

0 comments on commit ddcf4ba

Please sign in to comment.