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: