Skip to content

Commit

Permalink
Run weekly at a randomly chosen time.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlissett committed Jul 15, 2024
1 parent d77ae8e commit e38335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
schedule:
- cron: '0 0 1 * *' # every month
- cron: '53 20 * * 4' # every Thursday

jobs:
build:
Expand Down

0 comments on commit e38335d

Please sign in to comment.