From a2a712787d3c766a2ed3939da2b695a90d4cc19b Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 23 Oct 2023 16:01:05 +0200 Subject: [PATCH] Update CI to launch CI-IT when successful. --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b72ab510..91e7c4e2 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -853,7 +853,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run ci-it.yml -f version=${{ needs.parameters.outputs.build_version }} --json + run: gh workflow run ci-it.yml -f version=${{ needs.parameters.outputs.build_version }} rerun-jobs: if: ${{ failure() && github.run_attempt == '1' }}