Skip to content

Commit

Permalink
add cron torigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Aug 11, 2024
1 parent 4c3d279 commit 12dfb80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
# Run the workflow every Monday at 00:00 (UTC)
- cron: '0 0 * * 1'

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

0 comments on commit 12dfb80

Please sign in to comment.