We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1659f commit c7203c9Copy full SHA for c7203c9
1 file changed
.github/workflows/pr-checks.yml
@@ -357,7 +357,7 @@ jobs:
357
#
358
# If we're running on push, then we can skip running with `tools: latest` when it would be
359
# the same as running with `tools: null`.
360
- if [[ "$GITHUB_EVENT_NAME" == "pull_request" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
+ if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
361
VERSIONS_JSON="[null, \"$NIGHTLY_URL\"]"
362
else
363
VERSIONS_JSON="[null, \"$NIGHTLY_URL\", \"latest\"]"
0 commit comments