Skip to content

Commit d84ea23

Browse files
committed
Disable scheduled run
1 parent ff3207d commit d84ea23

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yaml

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

77
on:
8-
schedule:
9-
- cron: 0 0 * * *
8+
# TODO: enable scheduled run
9+
# schedule:
10+
# - cron: 0 0 * * *
1011
workflow_dispatch:
1112

1213
jobs:

0 commit comments

Comments
 (0)