Skip to content

Commit

Permalink
ci(concurrency): ensure only one verify-app wf runs at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Jan 31, 2023
1 parent 3c714ba commit 41c3009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}

env:
GIT_AUTHOR_NAME: '@dhis2-bot'
GIT_AUTHOR_EMAIL: '[email protected]'
Expand Down

0 comments on commit 41c3009

Please sign in to comment.