Update .gitea/workflows/gitea.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 51s
Python Script Test Pipeline / Test_Python_Script (push) Failing after 12s

This commit is contained in:
2026-01-18 15:46:10 +01:00
parent 62767fcbd2
commit 04263eb5bf

View File

@@ -1,6 +1,11 @@
name: "Python Script Test Pipeline" name: "Python Script Test Pipeline"
run-name: ${{ gitea.actor }} running Python script test pipeline 🚀 run-name: ${{ gitea.actor }} running Python script test pipeline 🚀
on: [push]
on:
push:
schedule:
# 14:50 UTC is 15:50 in Austria
- cron: '50 14 * * *'
jobs: jobs:
Test_Python_Script: Test_Python_Script: