[ACA-4668] cancel previous jobs in the workflow (#3052)

This commit is contained in:
Denys Vuika
2023-03-10 04:25:00 -05:00
committed by GitHub
parent ed6614bb0a
commit 2ccf6cb238

View File

@@ -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 }}