diff options
| author | Yuriy Andamasov <andamasov@gmail.com> | 2026-05-30 18:38:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:38:55 +0300 |
| commit | 915591fc3e3666e9e563839ba9f1c08e04f4e1e9 (patch) | |
| tree | c88d8d4359d701e299c6a0ef57fe468318eb1657 /.github | |
| parent | cab200726868902ac0c8b0bb3c058fa897c43f84 (diff) | |
| download | vyos-http-api-tools-915591fc3e3666e9e563839ba9f1c08e04f4e1e9.tar.gz vyos-http-api-tools-915591fc3e3666e9e563839ba9f1c08e04f4e1e9.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#49)
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 f3f2bfd..aa92396 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: |
