Skip to content

Commit

Permalink
Run tests every day at 12:00 AM (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl authored Jun 3, 2024
1 parent fcb7297 commit edc0f30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run all tests

on:
schedule:
- cron: "0 0 * * *"
pull_request:
types:
types:
- opened
- synchronize
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
Expand Down

0 comments on commit edc0f30

Please sign in to comment.