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