Skip to content

Commit

Permalink
cron every sunday at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 16, 2024
1 parent a230528 commit 48f2aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
release:
types: [published]
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight

permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
release:
types: [published]
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight

permissions:
contents: write
Expand Down

0 comments on commit 48f2aab

Please sign in to comment.