Skip to content

Commit 6b7cf10

Browse files
chore: run cron workflow on Wednesdays (#78)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent df6f3c4 commit 6b7cf10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: (C) End-to-End Tests
22

33
on:
44
schedule:
5-
- cron: 0 6 * * 1
5+
- cron: 0 6 * * 3
66
workflow_dispatch:
77
inputs:
88
mode:

0 commit comments

Comments
 (0)