fix concurrency: only on PR workflow (#8306)

This commit is contained in:
Maurizio Cacace
2023-02-22 15:05:16 +01:00
committed by GitHub
parent fbccbb5a98
commit d412579836
2 changed files with 7 additions and 15 deletions

View File

@@ -27,10 +27,6 @@ on:
- alfresco-content-app - alfresco-content-app
default: alfresco-applications default: alfresco-applications
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env: env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

View File

@@ -16,10 +16,6 @@ on:
- develop-patch* - develop-patch*
- master-patch* - master-patch*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env: env:
BASE_REF: ${{ github.base_ref }} BASE_REF: ${{ github.base_ref }}
HEAD_REF: ${{ github.head_ref }} HEAD_REF: ${{ github.head_ref }}