Skip to content

Commit 4f30915

Browse files
committed
ci: T8943: migrate branch-name refs current->rolling (rollout 1c)
Tracking: T8943
1 parent 90426af commit 4f30915

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/chceck-pr-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
on:
55
pull_request_target:
66
branches:
7-
- current
7+
- rolling
88
- equuleus
99
- sagitta
1010
- circinus

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Perform CodeQL Analysis"
33
on:
44
push:
55
branches:
6-
- current
6+
- rolling
77
- circinus
88
- sagitta
99
paths:
@@ -13,7 +13,7 @@ on:
1313
pull_request_target:
1414
# The branches below must be a subset of the branches above
1515
branches:
16-
- current
16+
- rolling
1717
- circinus
1818
- sagitta
1919
paths:

.github/workflows/pr-mirror-repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync
66
on:
77
pull_request_target:
88
types: [closed]
9-
branches: [current]
9+
branches: [rolling]
1010
workflow_dispatch:
1111
inputs:
1212
sync_branch:

.github/workflows/trigger-rebuild-repo-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types:
66
- closed
77
branches:
8-
- current
8+
- rolling
99
- circinus
1010
- sagitta
1111
workflow_dispatch:

0 commit comments

Comments
 (0)