From 6f3117512c005446cbdc141a5e18abffadd2fa79 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 7 Jun 2024 15:25:43 +0200 Subject: [PATCH] Give us sanitation tools already. --- .github/workflows/build.yaml | 2 +- .github/workflows/integration_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95e12ff7..fcd4a8b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,7 @@ name: Build and push docker image to internal registry on: - workflow_dispatch: + workflow_call: inputs: hardware: type: choice diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index edc386c4..8746fa18 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -1,7 +1,7 @@ name: Integration tests on: - workflow_dispatch: + workflow_call: inputs: docker_image: type: string