Skip to content

Commit

Permalink
Run verifications in Github once per week
Browse files Browse the repository at this point in the history
  • Loading branch information
nikobockerman committed Jul 27, 2024
1 parent 9e3a006 commit 5e4152a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- main
workflow_dispatch:
schedule:
# Run every Monday at 00:30 UTC
- cron: '30 0 * * 1'

jobs:
build:
Expand Down

0 comments on commit 5e4152a

Please sign in to comment.