mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-11 11:45:27 +02:00
Serialize Flatpak repo publishes to prevent non-fast-forward push failures (#88)
* Initial plan * Serialize Flatpak repo publish jobs Co-authored-by: Rsclub22 <37273508+Rsclub22@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Rsclub22 <37273508+Rsclub22@users.noreply.github.com>
This commit is contained in:
@@ -551,6 +551,9 @@ jobs:
|
|||||||
name: Publish Flatpak OSTree Repo (nightly)
|
name: Publish Flatpak OSTree Repo (nightly)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build-flatpak
|
needs: build-flatpak
|
||||||
|
concurrency:
|
||||||
|
group: flatpak-repo-publish
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Flatpak tooling
|
- name: Install Flatpak tooling
|
||||||
|
|||||||
@@ -646,6 +646,9 @@ jobs:
|
|||||||
name: Publish Flatpak OSTree Repo (${{ github.ref_name }})
|
name: Publish Flatpak OSTree Repo (${{ github.ref_name }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build-flatpak
|
needs: build-flatpak
|
||||||
|
concurrency:
|
||||||
|
group: flatpak-repo-publish
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Flatpak tooling
|
- name: Install Flatpak tooling
|
||||||
|
|||||||
Reference in New Issue
Block a user