Skip to content

Commit

Permalink
add crontab to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Sep 5, 2024
1 parent 5264fe9 commit aee4c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

name: Create Release

# run weekly on wednesdays
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 0'
schedule:
- cron: '0 0 * * 3'

jobs:
create-release:
Expand Down

0 comments on commit aee4c3e

Please sign in to comment.