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 db608bf commit d4b693aCopy full SHA for d4b693a
.github/workflows/codeql.yml
@@ -6,12 +6,7 @@ on:
6
- main
7
- release/*
8
pull_request:
9
- # 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:
+ merge_group:
15
schedule:
16
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
17
0 commit comments