Skip to content

Commit

Permalink
Make playwright tests run off of ci workflow run (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Jun 20, 2023
1 parent cbad10e commit dcf1828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Playwright Tests
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
branches:
- master
workflow_run:
workflows: ["ci"]
types:
- completed

env:
TERM: xterm
Expand Down

0 comments on commit dcf1828

Please sign in to comment.