Skip to content

Commit

Permalink
Make the matrix smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Mar 10, 2022
1 parent 73d3ebc commit f8dcc73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__with-checkout-path.yml

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

3 changes: 3 additions & 0 deletions pr-checks/checks/with-checkout-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ steps:
$CODEQL_RUNNER x/y/z/some-path/tests/multi-language-repo/build.sh &
PID=$!
sleep 60
ps -ef
echo "killing $PID"
set +e
kill -9 $PID
Expand Down

0 comments on commit f8dcc73

Please sign in to comment.