chore(.github): optimise workflow usage (#56998)

This commit is contained in:
Shaun Hamilton
2024-10-30 15:46:41 +02:00
committed by GitHub
parent 7fa460ad3e
commit 1ec0497b13
8 changed files with 33 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ on:
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read