Skip to content

Commit

Permalink
chore: schedule tests every 8 hours from gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Oct 26, 2023
1 parent e27b9ca commit d871452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
# schedule:
# - cron: "0 0/8 * * *" # Every 8 hours
schedule:
- cron: "0 0/8 * * *" # Every 8 hours
workflow_dispatch:

env:
Expand Down

0 comments on commit d871452

Please sign in to comment.