Skip to content

Commit dd4b95d

Browse files
authored
Run crashlytics nightly CI later (#15462)
1 parent c5af832 commit dd4b95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
- 'Interop/Analytics/Public/*.h'
1919
- 'Gemfile*'
2020
schedule:
21-
# Run every day at 7pm (PDT) / 10pm (EDT) - cron uses UTC times
22-
- cron: '0 2 * * *'
21+
# Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times
22+
- cron: '0 6 * * *'
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)