diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-22 11:14:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 11:14:31 +0300 |
commit | 4d57bbbd889b60d1265b3604f79b61ebb64261bb (patch) | |
tree | c56fd2e11f442a032559e24adce5193ae9f91b61 /.github/workflows/codeql.yml | |
parent | c97f2783959e6b1d0ef338dcd1f00121e692e5fe (diff) | |
parent | 13cf8cac932b4694d9069cf7985f6542fab2a6b6 (diff) | |
download | vyos-workflow-test-temp-4d57bbbd889b60d1265b3604f79b61ebb64261bb.tar.gz vyos-workflow-test-temp-4d57bbbd889b60d1265b3604f79b61ebb64261bb.zip |
Merge pull request #2 from vyos/feature/pr-checks
T6357: check pr labels
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 f493777..a4fc39e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "main", "current", "sagitta", "equuleus" ] + branches: [ "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "current" ] + branches: [ "current" ] schedule: - cron: '22 10 * * 0' workflow_dispatch: |