Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Oct 31, 2023
1 parent 11e0cb7 commit 19ddcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'develop' }}
runId: ${{ inputs.runId || github.event.workflow_run.run_number }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Core_E2E_tests:
if: ${{ inputs.coreE2ETests || github.event_name == 'workflow_run' }}
uses: ./.github/workflows/coreE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'develop' }}
runId: ${{ inputs.runId || github.event.workflow_run.run_number }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

LSP_E2E_tests:
if: ${{ inputs.lspE2ETests || github.event_name == 'workflow_run' }}
Expand Down

0 comments on commit 19ddcd1

Please sign in to comment.