Run the build script on a cron and remove the old update action
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m41s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m41s
This commit is contained in:
parent
05beb4ef9b
commit
8d8924a478
@ -1,7 +1,8 @@
|
|||||||
name: Build and copy to prod
|
name: Build and copy to prod
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '@hourly'
|
||||||
jobs:
|
jobs:
|
||||||
build-and-copy:
|
build-and-copy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user