Skip to content

Commit 4e0408a

Browse files
authored
Disable CodeQL on merge queue (#1847)
1 parent 0f65ece commit 4e0408a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ on:
66
- main
77
- release/*
88
pull_request:
9-
merge_group:
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:
1015
schedule:
1116
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
1217

0 commit comments

Comments
 (0)