Skip to content

Commit

Permalink
[ACA-4668] cancel previous jobs in the workflow (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 10, 2023
1 parent ed6614b commit 2ccf6cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [master, develop]

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

env:
APP_CONFIG_ECM_HOST: ${{ secrets.PIPELINE_ENV_URL }}
ADMIN_EMAIL: ${{ secrets.PIPELINE_ADMIN_USERNAME }}
Expand Down

0 comments on commit 2ccf6cb

Please sign in to comment.