From 1d827143e68572c1c2e117524decc9ad1422eba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Ca=C3=B1izales?= <113132642+CristiCanizales@users.noreply.github.com> Date: Thu, 30 May 2024 13:29:00 -0300 Subject: [PATCH] Update testWithCoreBundle.yml --- .github/workflows/testWithCoreBundle.yml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.github/workflows/testWithCoreBundle.yml b/.github/workflows/testWithCoreBundle.yml index 22949204..bd32d4c2 100644 --- a/.github/workflows/testWithCoreBundle.yml +++ b/.github/workflows/testWithCoreBundle.yml @@ -1,22 +1,9 @@ -name: Test With Core Bunde +name: Test With Core Bundle on: push: branches-ignore: [main] - workflow_dispatch: - inputs: - branch: - description: 'Set the branch to bundle core' - type: string - required: false - default: main jobs: - build: - name: Call build workflow - uses: forcedotcom/bundle-publish-scripts/.github/workflows/build.yml@main - with: - branch: ${{ github.ref_name || inputs.branch }} - tests: - name: Call tests workflow - uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main - + build-and-test: + uses: forcedotcom/bundle-publish-scripts/.github/workflows/validateBundleForDependents.yml@main + secrets: inherit