Skip to content

Commit

Permalink
ci: run github action weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 10, 2023
1 parent e34118a commit fe6238a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
push:
branches:
- main
Expand Down

0 comments on commit fe6238a

Please sign in to comment.