We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1431e8 commit 89354f0Copy full SHA for 89354f0
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
62
- name: Set badge color (Linux)
63
shell: bash
64
+ if: ${{ always() && matrix.os == 'ubuntu-latest' }}
65
run: |
66
case ${{ fromJSON( steps.test-results-nix.outputs.json ).conclusion }} in
67
success)
@@ -76,6 +77,7 @@ jobs:
76
77
78
- name: Set badge color (Win/Mac)
79
80
+ if: ${{ always() && (matrix.os == 'macos-latest' || matrix.os == 'windows-latest') }}
81
82
case ${{ fromJSON( steps.test-results.outputs.json ).conclusion }} in
83
0 commit comments