Skip to content

Commit 91733ad

Browse files
committed
Remove reference to CODEQL_RUNNER
1 parent 7c60ff7 commit 91733ad

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

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

+1-9
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

+1-9
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@ steps:
2424
source-root: x/y/z/some-path/tests/multi-language-repo
2525
debug: true
2626

27-
- name: Build code (non-windows)
27+
- name: Build code
2828
shell: bash
29-
if: ${{ runner.os != 'Windows' }}
30-
working-directory: x/y/z/some-path/tests/multi-language-repo
31-
run: |
32-
$CODEQL_RUNNER ./build.sh
33-
34-
- name: Build code (windows)
35-
shell: bash
36-
if: ${{ runner.os == 'Windows' }}
3729
working-directory: x/y/z/some-path/tests/multi-language-repo
3830
run: |
3931
./build.sh

0 commit comments

Comments
 (0)