tests/CI: Change Playwright workflow trigger to pull_request
Change trigger of Playwright workflow from finishing development checks to trigger on pull requests.
This commit is contained in:
parent
aa0ef7ca6e
commit
9c9ef15ad7
1 changed files with 2 additions and 5 deletions
7
.github/workflows/playwright.yml
vendored
7
.github/workflows/playwright.yml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
name: Hosted playwright tests
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Development checks"]
|
||||
types: [completed]
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize, labeled, unlabeled]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -54,8 +53,6 @@ jobs:
|
|||
|
||||
- name: Run front-end Playwright tests
|
||||
env:
|
||||
USER: ${{ secrets.HOSTED_STAGE_USER }}
|
||||
PASSWORD: ${{ secrets.HOSTED_STAGE_PASSWORD }}
|
||||
BASE_URL: https://stage.foo.redhat.com:1337
|
||||
run: npx playwright test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue