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:
Copilot
2026-09-04 14:07:43 +02:00
committed by GitHub
co-authored by Rsclub22
parent edf71b4105
commit 34e9b762dd
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -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