Skip to content

Commit

Permalink
Update name from admin to puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Dec 15, 2022
1 parent 5779016 commit f9cb3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ concurrency:
cancel-in-progress: true

jobs:
admin:
name: Admin - ${{ matrix.part }}
e2e-puppeteer:
name: Puppeteer - ${{ matrix.part }}
runs-on: ubuntu-latest
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

report-to-issues:
name: Report to GitHub
needs: [admin, e2e-playwright]
needs: [e2e-puppeteer, e2e-playwright]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f9cb3fd

Please sign in to comment.