This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 63f26532a Modify the scheduling cycle and triggering conditions of
CodeQl (#2619)
63f26532a is described below
commit 63f26532a945d3b62bb0dd49d37d75bb40ddc207
Author: sober <[email protected]>
AuthorDate: Fri Apr 14 10:45:20 2023 +0800
Modify the scheduling cycle and triggering conditions of CodeQl (#2619)
---
.github/workflows/codeql-analysis.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index d17f2a332..b8a807437 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,13 +17,8 @@
name: "CodeQL"
on:
- push:
- branches: [ "dev" ]
- pull_request:
- # The branches below must be a subset of the branches above
- branches: [ "dev" ]
schedule:
- - cron: '20 16 * * 5'
+ - cron: '0 1 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true