Skip to content

Commit

Permalink
Schedules not supported in Gitea Actions (hopefully just yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halfwalker committed Jan 26, 2024
1 parent a33a203 commit dbcd21b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dbcd21b

Please sign in to comment.