Skip to content

Commit 96ec167

Browse files
committed
Add schedule
1 parent 72368fb commit 96ec167

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sessions-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Firebase Sessions E2E Tests
22

33
on:
4-
workflow_dispatch: # allow triggering the workflow manually
4+
schedule:
5+
- cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
6+
workflow_dispatch: # allow triggering the workflow manually
57

68
concurrency:
79
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)