try ci
This commit is contained in:
parent
334b2fffc7
commit
e9572c86e2
@ -10,6 +10,7 @@ on:
|
||||
jobs:
|
||||
detect-changes:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
@ -28,6 +29,7 @@ jobs:
|
||||
needs: detect-changes
|
||||
if: ${{ needs.detect-changes.outputs.matrix != '[]' && needs.detect-changes.outputs.matrix != '' }}
|
||||
runs-on: ubuntu-latest
|
||||
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||
strategy:
|
||||
matrix:
|
||||
image_dir: ${{ fromJson(needs.detect-changes.outputs.matrix) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user