mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove source from build package matrix
This commit is contained in:
parent
eeb33eb2cd
commit
4a6498b8df
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
|
@ -57,8 +57,6 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
source:
|
||||
- ${{ inputs.source }}
|
||||
include: ${{ fromJSON(inputs.matrix)['linux'] }}
|
||||
|
||||
container:
|
||||
|
@ -226,8 +224,6 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
source:
|
||||
- ${{ inputs.source }}
|
||||
include: ${{ fromJSON(inputs.matrix)['macos'] }}
|
||||
env:
|
||||
PIP_INDEX_URL: https://pypi.org/simple
|
||||
|
@ -343,8 +339,6 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
source:
|
||||
- ${{ inputs.source }}
|
||||
include: ${{ fromJSON(inputs.matrix)['windows'] }}
|
||||
runs-on:
|
||||
- windows-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue