Skip to content

Commit 60cc5fa

Browse files
FXIOS-12868 - Update import-strings cron to run on Thursday (#28047)
FXIOS-12868 - Update import-strings cron to run on Monday
1 parent 2354011 commit 60cc5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firefox-ios-import-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Firefox: import translations"
22
on:
33
schedule:
4-
- cron: '0 11 * * 1'
4+
- cron: '0 11 * * 4'
55
workflow_dispatch:
66
inputs:
77
branchName:

0 commit comments

Comments
 (0)