Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedWoo committed Nov 5, 2024
1 parent 243a41d commit e46a800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Property Testings

on:
schedule:
- cron: "*/1 * * * *"
- cron: "*/2 * * * *"
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e46a800

Please sign in to comment.