ci: Make artifact-from-cirrus action succeed when cirrus job doesn't start up in PR

This commit is contained in:
Wolfgang Walther
2024-05-07 08:29:31 +02:00
parent b006016d07
commit cb6151eb1b
@@ -38,16 +38,14 @@ runs:
echo "Cirrus CI task has not started, yet. Waiting..." echo "Cirrus CI task has not started, yet. Waiting..."
sleep 10 sleep 10
else else
echo "check_suite_found=1" >> "$GITHUB_OUTPUT"
echo "check_runs_url=$check_runs_url" >> "$GITHUB_OUTPUT" echo "check_runs_url=$check_runs_url" >> "$GITHUB_OUTPUT"
exit 0 exit 0
fi fi
done done
>&2 echo "Cirrus CI check suite not found. Is Cirrus CI enabled for this repo?" >&2 echo "Cirrus CI check suite not found. Is Cirrus CI enabled for this repo?"
echo "check_suite_found=0" >> "$GITHUB_OUTPUT"
- name: Find task by name - name: Find task by name
id: find-task id: find-task
if: steps.check-suite.outputs.check_suite_found if: steps.check-suite.outputs.check_runs_url
shell: bash shell: bash
run: | run: |
get_number_of_tasks() { get_number_of_tasks() {