Skip to content

Commit

Permalink
馃懛 Add cron to run test once a week on monday (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanx64 committed Apr 2, 2024
1 parent 968d81d commit 2a19c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
types:
- opened
- synchronize
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

jobs:
test:
Expand Down

0 comments on commit 2a19c0c

Please sign in to comment.