Update .gitea/workflows/gitea.yaml
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: "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:
|
||||
Test_Python_Script:
|
||||
|
||||
Reference in New Issue
Block a user