diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 18:38:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:38:21 +0300 |
| commit | 72a191cbe869121ecb0ae80813f64930a31d2d0a (patch) | |
| tree | 20f7a636d93914d602fb79998331c054c18e1794 /.github | |
| parent | 8c62db03fb198f79c8474ad173a675df50c26096 (diff) | |
| download | vyatta-biosdevname-72a191cbe869121ecb0ae80813f64930a31d2d0a.tar.gz vyatta-biosdevname-72a191cbe869121ecb0ae80813f64930a31d2d0a.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#17)
Tracking: T8943
Diffstat (limited to '.github')
| -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 ce07349..5320e01 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 08acba4..e260b45 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 workflow_dispatch: jobs: |
