RetroShare/.github/workflows
Gioacchino Mazzurco 086184ad21
Fix GitLab mirror failing on GitHub PR refs
The mirror workflow cloned with --mirror and pushed all refs, including
GitHub's refs/pull/* and upstream/pr/*, which GitLab rejects as hidden
refs ("deny updating a hidden ref" on upstream/pr/3213), failing the
whole push. Clone --bare and push only refs/heads/* and refs/tags/*
with --prune, keeping deletion sync while never touching PR refs.
2026-07-23 18:10:46 +02:00
..
ci-macOS.yml Added macos workflow 2025-09-06 21:47:15 +02:00
ci-mingw64-Qt6.yml update workflows 2026-06-14 21:39:19 +02:00
ci-mingw64.yml update workflows 2026-06-14 21:39:19 +02:00
macos-cmake-qt6.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00
macos-cmake.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00
mirror-to-gitlab.yml Fix GitLab mirror failing on GitHub PR refs 2026-07-23 18:10:46 +02:00
ubuntu-cmake-qt6.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00
ubuntu-cmake.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00
ubuntu-qt5_c-cpp.yml Fix workflows by saurabh 2026-05-01 12:52:36 +02:00
ubuntu-qt6_c-cpp.yml ADD: apt update 2025-08-10 17:22:17 +02:00
windows-cmake-qt6.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00
windows-cmake.yml refactor(cmake): rename "monorepo" -> super-project terminology 2026-06-15 19:41:45 +02:00