Update CI to launch CI-IT when successful.

This commit is contained in:
Corneil du Plessis
2023-10-23 16:01:05 +02:00
parent 72e807b255
commit a2a712787d

View File

@@ -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' }}