Exclude ubuntu-latest (sanity-check-zip) as it is running the full zip (#26463)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
d23383e79c
commit
208e3a6529
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -167,6 +167,8 @@ jobs:
|
|||
server: container
|
||||
- os: windows-latest
|
||||
server: storage
|
||||
- os: ubuntu-latest
|
||||
server: sanity-check-zip
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue