Skip to content

Commit 37f5c38

Browse files
authored
Enable scheduled run
1 parent 76d5e7a commit 37f5c38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name: Release Package
55
# secrets.TESTPYPI_API_TOKEN (See: https://test.pypi.org/help/#apitoken)
66

77
on:
8-
# TODO: enable scheduled run
9-
# schedule:
10-
# - cron: 0 0 * * *
8+
schedule:
9+
- cron: '0 0 * * *'
1110
workflow_dispatch:
1211

1312
jobs:

0 commit comments

Comments
 (0)