Skip to content

Commit

Permalink
Merge pull request #73 from cbm755/auto_ci
Browse files Browse the repository at this point in the history
Run the CI once a week and manually
  • Loading branch information
cbm755 authored Jul 7, 2024
2 parents b26c508 + b3be5e6 commit a5e94d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
pull_request:
workflow_call:
# Run weekly Sundays at 12:37am
schedule:
- cron: "37 0 * * 0"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
lint:
Expand Down

0 comments on commit a5e94d1

Please sign in to comment.