From bfc1e9f4354a2cf617a45c90b7ada8fbdefdd4a7 Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Apr 2025 23:11:13 +0200 Subject: [PATCH] testing --- .gitea/workflows/test_schedule.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/test_schedule.yaml diff --git a/.gitea/workflows/test_schedule.yaml b/.gitea/workflows/test_schedule.yaml new file mode 100644 index 0000000..23dbd87 --- /dev/null +++ b/.gitea/workflows/test_schedule.yaml @@ -0,0 +1,11 @@ +on: + schedule: + - cron: '* * * * *' + +jobs: + echo: + runs-on: ubuntu-latest + steps: + - name: say hi + shell: bash + run: echo hi