Skip to content

Commit 6828ae6

Browse files
authored
Update publish.yml
Only running the publish workflow on Sundays (not necessary to run every day...)
1 parent dda7b3b commit 6828ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths: [ "**", ".github/workflows/publish.yml" ]
77
schedule:
88
# Nightly at 1am
9-
- cron: '0 1 * * *'
9+
- cron: '0 1 * * 0'
1010
workflow_call:
1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)