Skip to content

Commit 2d339d5

Browse files
committed
GH Actions: Schedule redeployment on 1st of every month
Will now have updated pypi + github stats
1 parent 4b507f2 commit 2d339d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches: [ main ]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
10+
schedule:
11+
# Run at 00:00 UTC on the first day of every month
12+
# Updates pypi + GitHub stats
13+
- cron: '0 0 1 * *'
1014

1115
# Cancel any previous in-progress actions
1216
concurrency:

0 commit comments

Comments
 (0)