diff --git a/.gitea/workflows/cron.yaml b/.gitea/workflows/cron.yaml new file mode 100644 index 0000000..407b39b --- /dev/null +++ b/.gitea/workflows/cron.yaml @@ -0,0 +1,12 @@ +name: Gitea Actions Demo with cronjob +run-name: ${{ gitea.actor }} is testing out Gitea Actions + +on: + schedule: + - @hourly + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event" \ No newline at end of file