Skip to content

Commit

Permalink
Add concurrency flag to GHA test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giranm committed Aug 9, 2022
1 parent 15d1edb commit 2946511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- develop

concurrency:
group: 'develop'

jobs:
build-id:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2946511

Please sign in to comment.