Skip report steps for now

This commit is contained in:
Daniel A. Wozniak 2025-01-26 14:54:18 -07:00 committed by Daniel Wozniak
parent cec866179b
commit 2b45cd6ee5
2 changed files with 3 additions and 2 deletions

View file

@ -1275,9 +1275,10 @@ jobs:
report:
name: Test Reports
runs-on: ubuntu-22.04
if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }}
if: ${{ false }}
needs:
- test-linux
- test-linux-arm64
- test-macos
- test-windows
strategy:

View file

@ -454,7 +454,7 @@ jobs:
report:
name: Report
runs-on: ubuntu-22.04
if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }}
if: ${{ false }}
needs:
- test-linux
- test-macos