Skip to content

Commit

Permalink
fix needs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 7, 2024
1 parent a6fbe92 commit eac07da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
- Cycamore: ${{steps.build-cycamore.outcome == 'success' && '*Success* :white_check_mark:' ||
steps.build-cycamore.outcome == 'failure' && '**Failure** :x:' ||
'**Skipped due to upstream failure** :warning:'}}
- Cymetric: ${{needs.build-cymetric.outcome == 'success' && '*Success* :white_check_mark:' ||
- Cymetric: ${{steps.build-cymetric.outcome == 'success' && '*Success* :white_check_mark:' ||
steps.build-cymetric.outcome == 'failure' && '**Failure** :x:' ||
'**Skipped due to upstream failure** :warning:'}}

0 comments on commit eac07da

Please sign in to comment.