Skip to content

Commit

Permalink
Testing vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Dec 3, 2024
1 parent 238882d commit 238eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
Bucket: ${{ vars.S3_INTEGRATION_BUCKET }}

StartIntegrationTests:
needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
needs: [ BuildAndUploadPackages, BuildAndUploadCN ]
runs-on: ubuntu-latest
steps:
- run: gh workflow run integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
Expand Down

0 comments on commit 238eb14

Please sign in to comment.