Run the Generate Package Test Matrix step on a self-hosted runner

This commit is contained in:
MKLeb 2023-09-26 17:08:09 -04:00 committed by Pedro Algarvio
parent 530a108497
commit b3df0c782a

View file

@ -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: