diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-30 18:38:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:38:46 +0300 |
| commit | 1b1b5c88ad58480ef9f3f352ca867cdb55c3548d (patch) | |
| tree | 6e723fffbea02b00a4782f9e4d7272dd45688310 | |
| parent | 03d6f490b4e5c76c3fe5e9a0b2716b2e873d9540 (diff) | |
| download | vyos-cloud-init-1b1b5c88ad58480ef9f3f352ca867cdb55c3548d.tar.gz vyos-cloud-init-1b1b5c88ad58480ef9f3f352ca867cdb55c3548d.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#104)
Tracking: T8943
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index ce073491..5320e012 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync on: pull_request_target: types: [closed] - branches: [current] + branches: [rolling] workflow_dispatch: inputs: sync_branch: diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index 24d6ee0f..4fa89bd5 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -5,7 +5,7 @@ on: types: - closed branches: - - current + - rolling - circinus - sagitta workflow_dispatch: |
