Skip to content

Commit

Permalink
fix: e2e.yml calls apexE2E.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Nov 13, 2024
1 parent cda509e commit ea46741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on:
jobs:
Apex:
if: ${{ inputs.apexE2ETests || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
uses: ./.github/workflows/apexE2EredHat.yml
uses: ./.github/workflows/apexE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'main' }}
Expand Down

0 comments on commit ea46741

Please sign in to comment.