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 96ec167 commit 8e94894Copy full SHA for 8e94894
.github/workflows/sessions-e2e.yml
@@ -2,7 +2,7 @@ name: Firebase Sessions E2E Tests
2
3
on:
4
schedule:
5
- - cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
+ - cron: 24 */4 * * * # every 4 hours at 24 minutes past the hour
6
workflow_dispatch: # allow triggering the workflow manually
7
8
concurrency:
0 commit comments