We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465c262 commit 10f29e7Copy full SHA for 10f29e7
.github/workflows/auto-start-ci.yml
@@ -12,7 +12,7 @@ on:
12
- cron: "*/5 * * * *"
13
14
jobs:
15
- commitQueue:
+ startCI:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@master
tools/actions/start-ci.sh
@@ -31,6 +31,7 @@ for pr in "$@"; do
31
ci_started=yes
32
rm -f output;
33
ncu-ci run "$pr" >output 2>&1 || ci_started=no
34
+ cat output
35
36
if [ "$ci_started" == "no" ]; then
37
# Do we need to reset?
0 commit comments