mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
add dispatch
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
name: Weekly Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- '**' # Ignore all paths to ensure it only triggers on schedule
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
weekly-tests:
|
||||
|
||||
Reference in New Issue
Block a user