Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260914c commit 90a44e1Copy full SHA for 90a44e1
β.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