diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-01 01:04:31 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-01 01:04:31 +0300 |
| commit | 10a29a12c3ec06156325f2e601b74a8ed5e7f72a (patch) | |
| tree | 03c044cc8cbff56709781f3365c21f4858b01469 /.github/workflows | |
| parent | 4a47a0b4f05c17f5440c119534f3f5edda03ff8f (diff) | |
| download | mirror-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.yml | 2 |
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 |
