Skip to content

Commit eb682f6

Browse files
committed
update smoke badge for basic passing tests
1 parent 897b5ef commit eb682f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: smoke-status.txt
5858

5959
update-smoke-badge:
60-
if: github.actor != 'github-actions[bot]'
60+
if: ${{ github.actor != 'github-actions[bot]' && always() }}
6161
needs: build-and-test
6262
runs-on: ubuntu-latest
6363
defaults:

0 commit comments

Comments
 (0)