Skip to content

Commit 84b4216

Browse files
committed
Tests: run browserstack at least once a week
1 parent 8041084 commit 84b4216

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/browserstack-3.x.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
# Once a week every Tuesday
8+
schedule:
9+
- cron: "42 1 * * 2"
710

811
jobs:
912
test:

.github/workflows/browserstack-git.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
# Once a week every Tuesday
8+
schedule:
9+
- cron: "42 1 * * 2"
710

811
jobs:
912
test:

0 commit comments

Comments
 (0)