Commit f49ab8f8e13f
Changed files (2)
.github
workflows
.github/workflows/build-packages.yaml
@@ -11,7 +11,7 @@ on:
- main
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-packages
cancel-in-progress: true
jobs:
.github/workflows/build-systems.yaml
@@ -10,7 +10,7 @@ on:
branches:
- main
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-systems
cancel-in-progress: true
jobs: