Skip to content

Commit

Permalink
display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 8, 2024
1 parent aaf87cd commit c4de42c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
description: "Run each test N times, defaults to one."
default: 1
type: number
display_name:
required: false
description: "The name of the job as it will appear in the GitHub Actions UI."
default: "e2e-electron"
type: string

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -46,6 +51,7 @@ permissions:

jobs:
e2e-electron:
name: ${{ inputs.job_name }}
timeout-minutes: 45
runs-on: ubuntu-latest-8x
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
grep: ""
project: "e2e-electron"
display_name: "e2e-electron"
secrets: inherit

e2e-windows:
Expand All @@ -50,6 +51,7 @@ jobs:
with:
grep: "@win"
project: "e2e-electron"
# display_name: "e2e-windows"
secrets: inherit

e2e-browser:
Expand All @@ -59,6 +61,7 @@ jobs:
with:
grep: ""
project: "e2e-browser"
display_name: "e2e-browser"
secrets: inherit

slack-notify:
Expand Down

0 comments on commit c4de42c

Please sign in to comment.