This commit is contained in:
Marco Carrozzo
2023-02-22 10:00:08 +01:00
committed by GitHub
parent 6e7b1808cc
commit c89714be83
3 changed files with 13 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ on:
- alfresco-apps - alfresco-apps
- 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

@@ -20,6 +20,10 @@ on:
- master - master
- 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 }}

View File

@@ -16,6 +16,10 @@ 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 }}