Skip to content

Commit 76e6772

Browse files
authored
Revert condition for all-green
1 parent 4bbb0f8 commit 76e6772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
# https://github.com/marketplace/actions/alls-green#why
139139
alls-green: # This job does nothing and is only used for the branch protection
140-
if: always() && (github.repository_owner == 'fastapi' || github.event_name != 'schedule')
140+
if: always()
141141
needs:
142142
- coverage-combine
143143
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)