Skip to content

Commit f7785b7

Browse files
authored
run tests on cron
1 parent e909bdc commit f7785b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
# we recommend testing at a regular interval not necessarily tied to code changes. This will
1818
# ensure you are alerted to something breaking due to an API change, even if the code did not
1919
# change.
20-
# schedule:
21-
# - cron: '0 13 * * *'
20+
schedule:
21+
- cron: '0 13 * * *'
2222
jobs:
2323
# ensure the code builds...
2424
build:

0 commit comments

Comments
 (0)