Skip to content

Commit c7028f9

Browse files
rossf7nikimanoledaki
authored andcommitted
fix: Trigger pipeline weekly on Wednesdays
Signed-off-by: Ross Fairbanks <[email protected]>
1 parent 76cfe88 commit c7028f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-trigger.yml

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

33
on:
44
schedule:
5-
- cron: '0 8 * * *'
5+
- cron: '0 8 * * 3'
66
workflow_dispatch:
77

88
concurrency:

0 commit comments

Comments
 (0)