We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5af832 commit dd4b95dCopy full SHA for dd4b95d
.github/workflows/crashlytics.yml
@@ -18,8 +18,8 @@ on:
18
- 'Interop/Analytics/Public/*.h'
19
- 'Gemfile*'
20
schedule:
21
- # Run every day at 7pm (PDT) / 10pm (EDT) - cron uses UTC times
22
- - cron: '0 2 * * *'
+ # Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times
+ - cron: '0 6 * * *'
23
24
concurrency:
25
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
0 commit comments