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