From cb78461779627ed016a3d81abeeac12f129b85af Mon Sep 17 00:00:00 2001 From: Kaushik Surya Date: Thu, 6 Mar 2025 22:30:47 -0500 Subject: [PATCH] Reduce depth of GH workflows used --- .github/workflows/build-and-upload-integration.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-upload-integration.yml b/.github/workflows/build-and-upload-integration.yml index 67a6d8ee0..e9e42d43f 100644 --- a/.github/workflows/build-and-upload-integration.yml +++ b/.github/workflows/build-and-upload-integration.yml @@ -17,11 +17,8 @@ permissions: jobs: BuildAndUpload: - uses: ./.github/workflows/build-and-upload-release.yml + uses: ./.github/workflows/build-and-upload.yml secrets: inherit - permissions: - id-token: write - contents: read with: release: false - tag: 'integration-test' \ No newline at end of file + tag: 'integration-test'