Skip to content

Commit

Permalink
fiddle Actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 1, 2023
1 parent 0955f71 commit 58a7c3c
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() && !contains(fromJSON('["success", "skipped"]'), needs.fablab-smoketest.result)
if: !cancelled() && needs.fablab-smoketest.result != 'success' && needs.fablab-smoketest.result != 'skipped'
run: |
sleep 30m
Expand Down

0 comments on commit 58a7c3c

Please sign in to comment.