From 11e0cb731b9e38aa1ae7e6986331204efa4a47ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Ca=C3=B1izales?= <113132642+CristiCanizales@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:22:53 +0100 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4841398672b..1f2bc152745 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: @@ -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 }}