We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2240a commit f64a608Copy full SHA for f64a608
.github/workflows/codeql-analysis.yml
@@ -6,8 +6,9 @@ on:
6
pull_request:
7
# The branches below must be a subset of the branches above, now enable it in all PR
8
# branches: [ master ]
9
- schedule:
10
- - cron: '45 7 * * 1'
+# The reason for deleting the scheduled task can be found in PR #304
+# schedule:
11
+# - cron: '45 7 * * 1'
12
13
jobs:
14
analyze:
0 commit comments