Skip to content

Commit 2232cd2

Browse files
🌱 Update codeql.yml to run the workflow once per week only (#4277)
Update codeql.yml to run the workflow once per week only Follow up of : #4252 We do not want to run for each Pull Request. Execute it once per week is more than enough
1 parent d500f48 commit 2232cd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
# - `master` represents the latest development work.
66
# - `book-v4` is the latest stable release branch, which contains the latest published code,
77
# ensuring that any issues in production are identified and addressed promptly.
8-
push:
9-
branches: ["master", "book-v4"]
10-
pull_request:
11-
branches: ["master", "book-v4"]
128
schedule:
139
- cron: '30 20 * * 1' # Runs every Monday at 8:30 PM
1410

0 commit comments

Comments
 (0)