Skip to content

Commit fb74504

Browse files
committed
Disable nightly-latest checks for Swift
1 parent c51babb commit fb74504

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/workflows/__multi-language-autodetect.yml

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/multi-language-autodetect.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Multi-language repository"
22
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
3+
# Temporarily exclude nightly-latest to unblock release
4+
versions: ["stable-20211005", "stable-20220120", "stable-20220401", "cached", "latest"]
35
operatingSystems: ["ubuntu", "macos"]
46
env:
57
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.

pr-checks/checks/swift-custom-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Swift analysis using a custom build command"
22
description: "Tests creation of a Swift database using custom build"
3-
versions: ["latest", "cached", "nightly-latest"]
3+
# Temporarily exclude nightly-latest to unblock release
4+
versions: ["latest", "cached"]
45
operatingSystems: ["ubuntu", "macos"]
56
env:
67
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"

0 commit comments

Comments
 (0)