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 30, 2023
1 parent 706e642 commit 11e0cb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: End to End Tests
on:
workflow_run:
workflows:
- Nightly Build Develop
- Nightly Build Develop
types:
- completed
workflow_dispatch:
inputs:
automationBranch:
Expand Down Expand Up @@ -53,4 +55,4 @@ 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 }}

0 comments on commit 11e0cb7

Please sign in to comment.