Skip to content

Commit

Permalink
CI: allow manually starting jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Mar 5, 2024
1 parent 4332725 commit ac2f79e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
pull_request:
schedule:
- cron: '17 0 * * 0'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
# Just some misc stuff, minimal testing, diagnostics etc
Expand Down

0 comments on commit ac2f79e

Please sign in to comment.