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.
all-green
1 parent 4bbb0f8 commit 76e6772Copy full SHA for 76e6772
.github/workflows/test.yml
@@ -137,7 +137,7 @@ jobs:
137
138
# https://github.com/marketplace/actions/alls-green#why
139
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')
+ if: always()
141
needs:
142
- coverage-combine
143
runs-on: ubuntu-latest
0 commit comments