mirror of https://github.com/tiangolo/fastapi.git
👷 Allow skipping `benchmark` job in `test` workflow (#14974)
This commit is contained in:
parent
acdf52e0c8
commit
6af3832126
|
|
@ -208,4 +208,4 @@ jobs:
|
|||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
allowed-skips: coverage-combine,test
|
||||
allowed-skips: coverage-combine,test,benchmark
|
||||
|
|
|
|||
Loading…
Reference in New Issue