mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: check workflow status on scheduled updates (#3774)
This commit is contained in:
parent
20d62e056f
commit
7069706293
1 changed files with 14 additions and 1 deletions
15
.github/workflows/scheduled-updates.yml
vendored
15
.github/workflows/scheduled-updates.yml
vendored
|
|
@ -105,4 +105,17 @@ jobs:
|
|||
automation
|
||||
l10n
|
||||
firmware
|
||||
hardware
|
||||
hardware
|
||||
|
||||
check-workflow-status:
|
||||
name: Check Workflow Status
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- update_assets,
|
||||
if: always()
|
||||
steps:
|
||||
- name: Check Workflow Status
|
||||
if: "contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')"
|
||||
run: |
|
||||
echo "One of the dependent jobs failed or was cancelled. Failing the workflow."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue