Skip to content

Commit ba49940

Browse files
authored
Fix required status check (#1545)
1 parent 9bb3e5f commit ba49940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
154154

155155
required-status-check:
156-
if: github.event_name == 'pull_request'
156+
if: github.event_name == 'pull_request' && always()
157157
needs:
158158
- build
159159
- integration-test

0 commit comments

Comments
 (0)