Skip to content

Commit

Permalink
enable live test workflow to run daily for early warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Oct 9, 2024
1 parent 13147c8 commit 31dc3df
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: Test

on: [ push, pull_request_target ]

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * 0' # Run every Sunday at 12:00 PM (noon)
workflow_dispatch: # Allows manual triggering

env:
DEFAULT_PYTHON: "3.12"

Expand Down

0 comments on commit 31dc3df

Please sign in to comment.