Skip to content

Commit f8dcc73

Browse files
committed
Make the matrix smaller
1 parent 73d3ebc commit f8dcc73

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ steps:
3030
$CODEQL_RUNNER x/y/z/some-path/tests/multi-language-repo/build.sh &
3131
PID=$!
3232
sleep 60
33+
34+
ps -ef
35+
3336
echo "killing $PID"
3437
set +e
3538
kill -9 $PID

0 commit comments

Comments
 (0)