summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 18:38:17 +0300
committerGitHub <noreply@github.com>2026-05-30 18:38:17 +0300
commit6f6628d25d77df51bcf0bf73c84bcd447c2ef9b5 (patch)
tree31084a8754218fe2ecf2bf5d7025bd5b7fc9d90d /.github/workflows
parent90426af7c7fc2ec9e47145909a78a3f89db0f165 (diff)
downloadvyatta-bash-6f6628d25d77df51bcf0bf73c84bcd447c2ef9b5.tar.gz
vyatta-bash-6f6628d25d77df51bcf0bf73c84bcd447c2ef9b5.zip
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#34)
Tracking: T8943
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/chceck-pr-message.yml2
-rw-r--r--.github/workflows/codeql.yml4
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/trigger-rebuild-repo-package.yml2
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml
index 5da2bd4..af0ea5e 100644
--- a/.github/workflows/chceck-pr-message.yml
+++ b/.github/workflows/chceck-pr-message.yml
@@ -4,7 +4,7 @@
on:
pull_request_target:
branches:
- - current
+ - rolling
- equuleus
- sagitta
- circinus
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 29db635..b687b41 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -3,7 +3,7 @@ name: "Perform CodeQL Analysis"
on:
push:
branches:
- - current
+ - rolling
- circinus
- sagitta
paths:
@@ -13,7 +13,7 @@ on:
pull_request_target:
# The branches below must be a subset of the branches above
branches:
- - current
+ - rolling
- circinus
- sagitta
paths:
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: