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 0f65ece commit 4e0408aCopy full SHA for 4e0408a
.github/workflows/codeql.yml
@@ -6,7 +6,12 @@ on:
6
- main
7
- release/*
8
pull_request:
9
- merge_group:
+ # TODO (trask) adding this to the merge queue causes the merge queue to fail
10
+ # see related issues
11
+ # - https://github.com/github/codeql-action/issues/1572
12
+ # - https://github.com/github/codeql-action/issues/1537
13
+ # - https://github.com/github/codeql-action/issues/2691
14
+ # merge_group:
15
schedule:
16
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
17
0 commit comments