File tree Expand file tree Collapse file tree 2 files changed +418
-0
lines changed
Expand file tree Collapse file tree 2 files changed +418
-0
lines changed Original file line number Diff line number Diff line change @@ -139,3 +139,12 @@ jobs:
139139 - run : gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
140140 env :
141141 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
142+
143+ StartWorkloadDiscoveryIntegrationTests :
144+ needs : [ BuildAndUploadPackages, BuildDocker ]
145+ if : ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
146+ runs-on : ubuntu-latest
147+ steps :
148+ - run : gh workflow run wd-integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
149+ env :
150+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments