Browse Source

Only upload OpenAPI artifacts for ubuntu-latest tests

Niels van Velzen 1 year ago
parent
commit
5569ab8b2d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/ci-tests.yml

+ 4 - 0
.github/workflows/ci-tests.yml

@@ -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"