You've already forked fedora-bootc
Modify concurrency setting
It was added to potentially cancel superseded running tasks, but it was also making the `niri` build wait until the `gnome` build was done. My bad.
This commit is contained in:
@@ -27,12 +27,6 @@ env:
|
|||||||
https://davejansen.dev/${{ github.repository_owner }}/${{
|
https://davejansen.dev/${{ github.repository_owner }}/${{
|
||||||
github.event.repository.name }}
|
github.event.repository.name }}
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group:
|
|
||||||
${{ github.workflow }}-${{ github.ref || github.run_id }}-${{
|
|
||||||
inputs.brand_name}}-${{ inputs.stream_name }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_push:
|
build_push:
|
||||||
name: Build and push image
|
name: Build and push image
|
||||||
@@ -47,6 +41,12 @@ jobs:
|
|||||||
packages: write
|
packages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group:
|
||||||
|
${{ github.workflow }}-${{ github.ref || github.run_id }}-${{
|
||||||
|
matrix.variant }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user