Update .gitea/workflows/test_build_and_push.yaml

Signed-off-by: uleenucks <uwe.hermann@uleenucks.de>
This commit is contained in:
2024-02-06 22:15:25 +01:00
parent 23db79b9fd
commit a33d3dc23a

View File

@@ -2,11 +2,8 @@
name: Build and push
on:
# cron is not yet working
#schedule:
# - cron: '45 * * * *'
push:
branches:
- main
schedule:
- cron: '0 12 * * *'
jobs:
test_shellcheck: