Merge pull request #38 from penpot/update-pre-daily-cron

Update the scheduled date to the pre-daily workflow
This commit is contained in:
chalapkoStanislav 2024-06-17 13:59:00 +03:00 committed by GitHub
commit cfdba187c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: