We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e909bdc commit f7785b7Copy full SHA for f7785b7
.github/workflows/test.yml
@@ -17,8 +17,8 @@ on:
17
# we recommend testing at a regular interval not necessarily tied to code changes. This will
18
# ensure you are alerted to something breaking due to an API change, even if the code did not
19
# change.
20
- # schedule:
21
- # - cron: '0 13 * * *'
+ schedule:
+ - cron: '0 13 * * *'
22
jobs:
23
# ensure the code builds...
24
build:
0 commit comments