Skip to content

Commit

Permalink
ci: run weekly instead of daily
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Jun 17, 2023
1 parent cc8ff47 commit 03c6811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Version_Bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Version Bump
# Controls when the action will run.
on:
schedule:
- cron: "0 14 * * *"
- cron: "0 14 * * 2"
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 03c6811

Please sign in to comment.