Add .gitea/workflows/check_releases.yaml

This commit is contained in:
2026-06-11 16:42:39 +02:00
committed by gitadmin
parent 2a42264a96
commit e5346819b7
+11
View File
@@ -0,0 +1,11 @@
on:
schedule:
- cron: "*/5 * * * *"
jobs:
check_releases:
runs-on: "ubuntu-latest-intranet"
container:
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
steps:
- name: Check
run: echo "Checking for new releases ..."