From dbcd21b1ee599914f57e62e0c2a2060e689c0a7e Mon Sep 17 00:00:00 2001 From: Halfwalker Date: Fri, 26 Jan 2024 18:15:01 -0500 Subject: [PATCH] Schedules not supported in Gitea Actions (hopefully just yet) --- .github/workflows/cicd.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7dac72f..23919dc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,9 +7,12 @@ on: push: paths_ignore: - '**.md' - schedule: - # Every 1st of the month at 10pm - - cron: '0 22 1 * *' + # Schedules not supported yet + # https://docs.gitea.com/usage/actions/faq#what-workflow-trigger-events-does-gitea-support + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule + # schedule: + # # Every 1st of the month at 10pm + # - cron: '0 22 1 * *' jobs: