mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run the Generate Package Test Matrix
step on a self-hosted runner
This commit is contained in:
parent
530a108497
commit
b3df0c782a
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@ jobs:
|
|||
|
||||
generate-matrix:
|
||||
name: Generate Matrix
|
||||
runs-on: ${{ github.event.repository.private && fromJSON('["self-hosted", "linux", "x86_64"]') || 'ubuntu-latest' }}
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- linux
|
||||
- x86_64
|
||||
outputs:
|
||||
pkg-matrix-include: ${{ steps.generate-pkg-matrix.outputs.matrix }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue