summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-01 01:01:05 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-06-01 01:01:05 +0300
commit4df315edfb80a96749ec06bd7d625e9327b46f77 (patch)
tree8116031d57e7d0993f9e6b561081b8613423c50f /.github/workflows
parent859bd24796cf1a65cf14c61b5849a8b7718c62f7 (diff)
downloadmirror-canary-4df315edfb80a96749ec06bd7d625e9327b46f77.tar.gz
mirror-canary-4df315edfb80a96749ec06bd7d625e9327b46f77.zip
test: T8943: repoint canary wrapper to @feature (first-parent guard re-canary)
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 c2c4757..7e990f0 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@production
+ uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/mirror-merge-admin-fix
with:
sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
secrets: inherit