I'm an certainly not a monkey.

This commit is contained in:
Nicolas Patry 2024-06-07 15:43:58 +02:00
parent a759e2e7c5
commit e6a4dbe7f5
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -38,6 +38,6 @@ jobs:
needs: build-matrix needs: build-matrix
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^ uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
with: with:
docker_image: ${{ jobs.build.outputs.docker_image }} docker_image: ${{ needs.build.outputs.docker_image }}
docker_devices: ${{ jobs.build.outputs.docker_devices }} docker_devices: ${{ needs.build.outputs.docker_devices }}
secrets: inherit secrets: inherit