Skip to content

Commit

Permalink
ci(tests): add concurrency group (#143)
Browse files Browse the repository at this point in the history
## Description
This pull request adds a concurrency group to prevent race between
different PRs.

Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur-akamai authored Jan 29, 2025
1 parent 2c6001e commit 06b65b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests-secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- "main"

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

jobs:
integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06b65b6

Please sign in to comment.