Skip to content

Commit

Permalink
fiddle some more
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 1, 2023
1 parent 8b7d8ac commit d32a472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
# allow time for investigation unless the workflow is cancelled or the smoketest succeeded or was skipped
- name: Sleep If Failed
if: ${{ !cancelled() && needs.fablab-smoketest.result != 'success' && needs.fablab-smoketest.result != 'skipped' }}
if: ${{ !cancelled() && needs.fablab-smoketest.result != 'success' && needs.fablab-smoketest.result != 'skipped' && needs.fablab-smoketest.result != 'cancelled' }}
run: |
sleep 30m
Expand Down

0 comments on commit d32a472

Please sign in to comment.