I'm an certainly not a monkey.
This commit is contained in:
parent
a759e2e7c5
commit
e6a4dbe7f5
|
@ -38,6 +38,6 @@ jobs:
|
|||
needs: build-matrix
|
||||
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
||||
with:
|
||||
docker_image: ${{ jobs.build.outputs.docker_image }}
|
||||
docker_devices: ${{ jobs.build.outputs.docker_devices }}
|
||||
docker_image: ${{ needs.build.outputs.docker_image }}
|
||||
docker_devices: ${{ needs.build.outputs.docker_devices }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in New Issue