Skip to content

Commit

Permalink
Disable nightly-latest checks for Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
cklin committed Dec 7, 2022
1 parent c51babb commit 671ca7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .github/workflows/__swift-custom-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pr-checks/checks/multi-language-autodetect.yml
@@ -1,5 +1,7 @@
name: "Multi-language repository"
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
# Exclude nightly-latest for https://github.com/github/semmle-code/issues/44492
versions: ["stable-20211005", "stable-20220120", "stable-20220401", "cached", "latest"]
operatingSystems: ["ubuntu", "macos"]
env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
Expand Down
3 changes: 2 additions & 1 deletion pr-checks/checks/swift-custom-build.yml
@@ -1,6 +1,7 @@
name: "Swift analysis using a custom build command"
description: "Tests creation of a Swift database using custom build"
versions: ["latest", "cached", "nightly-latest"]
# Exclude nightly-latest for https://github.com/github/semmle-code/issues/44492
versions: ["latest", "cached"]
operatingSystems: ["ubuntu", "macos"]
env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
Expand Down

0 comments on commit 671ca7e

Please sign in to comment.