Skip to content

Commit

Permalink
.github/workflows/tests-future.yml: enable daily runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Oct 23, 2021
1 parent e76fc66 commit 4f918e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-future.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Future
on:
#schedule:
## NOTE: Minutes and hours were selected randomly to avoid rush hour issues.
## https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#scheduled-events
#- cron: 13 7 * * *
schedule:
- cron: 13 7 * * *
workflow_dispatch: {}
jobs:
tests:
Expand Down

0 comments on commit 4f918e0

Please sign in to comment.