File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 77 # Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
88 # by other workflows.
99 types : [opened, synchronize, reopened, ready_for_review]
10- merge_group :
11- types : [checks_requested]
1210 schedule :
1311 # Weekly on Sunday.
1412 - cron : ' 30 1 * * 0'
6664 #
6765 # If we're running on push or schedule, then we can skip running with `tools: linked` when it would be
6866 # the same as running with `tools: null`.
69- if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$GITHUB_EVENT_NAME" != "merge_group" && "$ CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
67+ if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
7068 VERSIONS_JSON='[null]'
7169 else
7270 VERSIONS_JSON='[null, "linked"]'
You can’t perform that action at this time.
0 commit comments