Skip to content

Commit 096ce23

Browse files
revert themes workflow
1 parent 3e55015 commit 096ce23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/themes-weekly-pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: themes-weekly-pull
22

33
on:
44
schedule:
5-
# test
6-
- cron: '42 12 * * *'
5+
# run every friday at 5AM
6+
- cron: '0 5 * * 5'
77
workflow_dispatch:
88

99
env:

0 commit comments

Comments
 (0)