From f6196c1de3d77a01772fb9ee0649b06f343616cb Mon Sep 17 00:00:00 2001 From: b267a Date: Tue, 15 Jul 2025 16:41:29 +0200 Subject: [PATCH] Fixed timezone in schedule.yml + added README.md --- .github/workflows/schedule.yml | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index d0b8afa..e4ffff1 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -2,7 +2,8 @@ name: Run Python Script on: schedule: - - cron: '0 0 * * *' + - cron: '0 22 * * *' + workflow_dispatch: jobs: run-script: diff --git a/README.md b/README.md new file mode 100644 index 0000000..746efbf --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# KIT Library Automation +Will improve the code soon, just some proof-of-concept right now! \ No newline at end of file