Update CI to launch CI-IT when successful.
This commit is contained in:
2
.github/workflows/common.yml
vendored
2
.github/workflows/common.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user