chore: just schedule codeQL (#130)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-01-18 13:52:33 +08:00
committed by GitHub
parent b410fc96e3
commit a3658ed9b5
2 changed files with 2 additions and 6 deletions

View File

@@ -73,7 +73,8 @@ jobs:
with:
go-version: 1.19
- uses: actions/checkout@v3
- run: make e2e-test
- name: "Run E2E Tests"
run: make e2e-test
publish:
runs-on: ubuntu-latest

View File

@@ -12,11 +12,6 @@
name: "CodeQL"
on:
push:
branches: [ develop, main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '36 19 * * 6'