mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix up packages action
This commit is contained in:
parent
d66805b74d
commit
67803c352d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-packages-action.yml
vendored
2
.github/workflows/test-packages-action.yml
vendored
|
@ -453,7 +453,7 @@ jobs:
|
|||
report:
|
||||
name: Report
|
||||
runs-on: ubuntu-latest
|
||||
if: always() && fromJSON(needs.generate-matrix.outputs.build-reports) && needs.test.result != 'cancelled' && needs.test.result != 'skipped'
|
||||
if: always()
|
||||
needs:
|
||||
- test-linux
|
||||
- test-macos
|
||||
|
|
Loading…
Add table
Reference in a new issue