Only upload OpenAPI artifacts for ubuntu-latest tests

This commit is contained in:
Niels van Velzen 2023-12-16 13:01:13 +01:00 committed by GitHub
parent 6ea4c44906
commit 5569ab8b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
include:
- os: ubuntu-latest
openapi: true
runs-on: "${{ matrix.os }}"
steps:
@ -44,6 +47,7 @@ jobs:
# - name: Publish code coverage results
- name: Publish OpenAPI Artifact
if: ${{ matrix.openapi }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
with:
name: "OpenAPI Spec"