diff --git a/.github/workflows/releaseWithCoreBundle.yml b/.github/workflows/releaseWithCoreBundle.yml index abe16a7b..9b69364e 100644 --- a/.github/workflows/releaseWithCoreBundle.yml +++ b/.github/workflows/releaseWithCoreBundle.yml @@ -1,11 +1,5 @@ name: publish source-tracking-bundle on: - workflow_run: - workflows: - - create-github-release - types: - - completed - workflow_dispatch: inputs: branch: @@ -16,8 +10,7 @@ on: jobs: call-release-workflow: - if: ${{ inputs.branch || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')}} uses: forcedotcom/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main secrets: inherit with: - branch: ${{ inputs.branch || 'main'}} + branch: ${{ inputs.branch }} diff --git a/.github/workflows/validate-bundle.yml b/.github/workflows/validate-bundle.yml deleted file mode 100644 index b38f4852..00000000 --- a/.github/workflows/validate-bundle.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Run Tests for bundling against Change - -on: - push: - branches-ignore: [main] - -jobs: - call-validate-bundle: - uses: forcedotcom/bundle-publish-scripts/.github/workflows/validateBundleForDependents.yml@main - secrets: inherit