Skip to content

Commit

Permalink
Remove reference to CODEQL_RUNNER
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Nov 2, 2023
1 parent 7c60ff7 commit 91733ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/__with-checkout-path.yml

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

10 changes: 1 addition & 9 deletions pr-checks/checks/with-checkout-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ steps:
source-root: x/y/z/some-path/tests/multi-language-repo
debug: true

- name: Build code (non-windows)
- name: Build code
shell: bash
if: ${{ runner.os != 'Windows' }}
working-directory: x/y/z/some-path/tests/multi-language-repo
run: |
$CODEQL_RUNNER ./build.sh
- name: Build code (windows)
shell: bash
if: ${{ runner.os == 'Windows' }}
working-directory: x/y/z/some-path/tests/multi-language-repo
run: |
./build.sh
Expand Down

0 comments on commit 91733ad

Please sign in to comment.