Skip to content

Commit

Permalink
Add run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 10, 2024
1 parent 9a00468 commit a813ba3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-selected-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ on:
with_existing_remote_runner_version:
description: 'Use the existing remote runner version for k8s tests. Example: "d3bf5044af33e08be788a2df31c4a745cf69d787"'
required: false
type: string
type: string
workflow_run_name: 'Run E2E Tests'
description: 'Enter the name of the workflow run'
required: false
type: string

run-name: ${{ inputs.workflow_run_name }}

jobs:
call-run-e2e-tests-workflow:
Expand Down

0 comments on commit a813ba3

Please sign in to comment.