Run the cron every 15 minutes instead of every hour
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m12s

This commit is contained in:
Lewis Dale 2024-05-30 07:59:36 +01:00
parent 2ddf98df37
commit c6df26f7aa

View File

@ -2,7 +2,7 @@ name: Build and copy to prod
on:
push:
schedule:
- cron: '@hourly'
- cron: '*/15 * * * *'
jobs:
build-and-copy:
runs-on: ubuntu-latest