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
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m12s
This commit is contained in:
parent
2ddf98df37
commit
c6df26f7aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user