Skip to content

Commit 671f22c

Browse files
committed
chore(ci): update cron for python image
1 parent fc37497 commit 671f22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apache-tika.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: apache-tika
22

33
on:
44
schedule:
5-
- cron: "00 01 * * 1"
5+
- cron: "00 01 * * 1-5"
66
pull_request:
77
paths:
88
- .github/workflows/apache-tika.yaml

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: python
22

33
on:
44
schedule:
5-
- cron: "00 01 * * 1"
5+
- cron: "00 01 * * 1-5"
66
pull_request:
77
paths:
88
- .github/workflows/python.yaml

0 commit comments

Comments
 (0)