Skip to content

Commit 37f5c38

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
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)