diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 19:02:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 19:02:25 +0300 |
| commit | 6d8ee5da52a48c53f757dd8329a4edee55e276ef (patch) | |
| tree | c3253bad127941616d36e300d85be47eca6c1262 /.github/workflows/codeql.yml | |
| parent | 6544394c00be98a2f5882567fe1542de46cebf9b (diff) | |
| download | vyatta-cfg-system-6d8ee5da52a48c53f757dd8329a4edee55e276ef.tar.gz vyatta-cfg-system-6d8ee5da52a48c53f757dd8329a4edee55e276ef.zip | |
ci: T8943: migrate missed trigger branch current->rolling (rollout 1c) (#239)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c39800ac..19398752 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "current", crux, equuleus ] + branches: [ "rolling", crux, equuleus ] pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: [ "rolling" ] schedule: - cron: '22 10 * * 0' |
