Skip to content

Commit

Permalink
Merge pull request #43 from charlyautomatiza:chore/schedule-weekly
Browse files Browse the repository at this point in the history
chore: 👷 schedule-weekly
  • Loading branch information
charlyautomatiza authored Nov 21, 2024
2 parents 881b408 + 7a1082e commit 1955d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
schedule:
- cron: '0 23 * * 5' # Run at 23:00 UTC on Friday (20:00 GMT-3)
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 1955d2b

Please sign in to comment.