mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip report steps for now
This commit is contained in:
parent
cec866179b
commit
2b45cd6ee5
2 changed files with 3 additions and 2 deletions
3
.github/workflows/test-action.yml
vendored
3
.github/workflows/test-action.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/test-packages-action.yml
vendored
2
.github/workflows/test-packages-action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue