Add concurrency limits on all workflows to eliminate wasted cycles (#2603)

This commit is contained in:
Bassem Dghaidi
2023-05-18 10:55:03 +02:00
committed by GitHub
parent 44e9b7d8eb
commit 34fdbf1231
11 changed files with 63 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
env:
# Safeguard to prevent pushing images to registeries after build
PUSH_TO_REGISTRIES: true