Update .gitea/workflows/sync-prices.yaml
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: Build and publish
|
name: Build and publish
|
||||||
run-name: Build docker image and publish to registry
|
run-name: Build docker image and publish to registry
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 5/12 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user