Skip to content

Commit

Permalink
Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 20, 2024
1 parent 0f559c2 commit c697ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
path: build/web-stories

e2e:
name: '${{ matrix.browser }} - WP ${{ matrix.wp }} (${{ matrix.shard }})'
name: '${{ matrix.browser }} - WP ${{ matrix.wp }} / ${{ matrix.shard }}'
runs-on: ubuntu-latest
timeout-minutes: 30
continue-on-error: ${{ matrix.experimental == true }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-karma-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ concurrency:

jobs:
karma:
name: Karma (${{ matrix.shard }})
name: Karma / ${{ matrix.shard }}
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
Expand Down

0 comments on commit c697ab1

Please sign in to comment.