Update .gitea/workflows/sync-prices.yaml

This commit is contained in:
lino-authelia
2024-10-16 20:20:19 +00:00
parent dbd7f0f9e7
commit 438f19812b
+3 -1
View File
@@ -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: