Skip to content

Commit

Permalink
Merge pull request #38 from penpot/update-pre-daily-cron
Browse files Browse the repository at this point in the history
Update the scheduled date to the pre-daily workflow
  • Loading branch information
chalapkoStanislav authored Jun 17, 2024
2 parents bb5b26a + 68dca8b commit cfdba18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright_pre_daily.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Penpot Regression Tests on PRE env
on:
schedule: ## run tests each Thursday at 6:00am UTC
- cron: '00 6 * * 1-5'
schedule: ## run tests at 01:00am UTC on every day-of-week from Monday through Friday
- cron: '00 1 * * 1-5'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cfdba18

Please sign in to comment.