1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

Add cronjob to GH workflow (#48)

Run every day ~11am. Hopefully I won't have too many lunches ruined by regressions.
This commit is contained in:
Michael Greenberg 2021-09-24 15:40:14 -04:00 committed by GitHub
parent 1f8ec3934b
commit da6811adf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
name: Main workflow
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '5 11 * * *'
jobs:
build: