Skip to content

Commit

Permalink
Revert "Mz/automation test bundling (#600)" (#602)
Browse files Browse the repository at this point in the history
This reverts commit f5cb0e7.
  • Loading branch information
mshanemc committed Jun 4, 2024
1 parent f5cb0e7 commit 0e6fe38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/releaseWithCoreBundle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: publish source-tracking-bundle
on:
workflow_run:
workflows:
- create-github-release
types:
- completed

workflow_dispatch:
inputs:
branch:
Expand All @@ -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 }}
10 changes: 0 additions & 10 deletions .github/workflows/validate-bundle.yml

This file was deleted.

0 comments on commit 0e6fe38

Please sign in to comment.