summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-01 01:04:31 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-06-01 01:04:31 +0300
commit10a29a12c3ec06156325f2e601b74a8ed5e7f72a (patch)
tree03c044cc8cbff56709781f3365c21f4858b01469 /.github/workflows
parent4a47a0b4f05c17f5440c119534f3f5edda03ff8f (diff)
downloadmirror-canary-10a29a12c3ec06156325f2e601b74a8ed5e7f72a.tar.gz
mirror-canary-10a29a12c3ec06156325f2e601b74a8ed5e7f72a.zip
test: T8943: restore canary wrapper pin to @production (first-parent guard verified)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index 7e990f0..c2c4757 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -28,7 +28,7 @@ jobs:
if: |
github.repository_owner == 'vyos'
&& (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
- uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/mirror-merge-admin-fix
+ uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
with:
sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
secrets: inherit