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 3245b8c commit b568776
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_CN }}

StartIntegrationTests:
needs: [ BuildAndUploadPackages, BuildAndUploadCN ]
needs: [ 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 b568776

Please sign in to comment.