Update AOCC workflow concurrency group (#6237)

Prevent AOCC workflows from being cancelled when pushes are made
to develop branch on merge of PRs
This commit is contained in:
jhendersonHDF
2026-02-27 12:45:42 -07:00
committed by GitHub
parent ceb978cdcd
commit 757bc31319
+1 -1
View File
@@ -11,7 +11,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
permissions: permissions:
contents: read contents: read