Skip to content

Commit 39cc02b

Browse files
authored
Merge pull request #2116 from github/henrymercer/reduce-checkout-path-jobs
Only run custom checkout path tests against a single CodeQL version
2 parents 15b447d + e1fa6dd commit 39cc02b

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.github/workflows/__with-checkout-path.yml

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Use a custom `checkout_path`"
22
description: "Checks that a custom `checkout_path` will find the proper commit_oid"
3+
versions: ["latest"]
34
steps:
45
# This ensures we don't accidentally use the original checkout for any part of the test.
56
- name: Delete original checkout
@@ -22,7 +23,6 @@ steps:
2223
# it's enough to test one compiled language and one interpreted language
2324
languages: csharp,javascript
2425
source-root: x/y/z/some-path/tests/multi-language-repo
25-
debug: true
2626

2727
- name: Build code
2828
shell: bash

0 commit comments

Comments
 (0)