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

This commit is contained in:
Lewis Dale 2024-06-17 07:03:50 +01:00
parent 15860ed821
commit 0d4ad57e55

View File

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