Build once an hour again. We don't need 15-minute granularity
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m18s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m18s
This commit is contained in:
parent
15860ed821
commit
0d4ad57e55
@ -2,7 +2,7 @@ name: Build and copy to prod
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '*/15 * * * *'
|
||||
- cron: '* * * * *'
|
||||
jobs:
|
||||
build-and-copy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user