Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: increase startCI verbosity and fix job name
  • Loading branch information
mmarchini committed Aug 5, 2020
commit dd5f8b0b38b6b1e65b86d86730d6a0aee432ebac
2 changes: 1 addition & 1 deletion .github/workflows/auto-start-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "*/5 * * * *"

jobs:
commitQueue:
startCI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions tools/actions/start-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ for pr in "$@"; do
ci_started=yes
rm -f output;
ncu-ci run "$pr" >output 2>&1 || ci_started=no
cat output

if [ "$ci_started" == "no" ]; then
# Do we need to reset?
Expand Down