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 8041084 commit 84b4216Copy full SHA for 84b4216
.github/workflows/browserstack-3.x.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ # Once a week every Tuesday
8
+ schedule:
9
+ - cron: "42 1 * * 2"
10
11
jobs:
12
test:
.github/workflows/browserstack-git.yml
0 commit comments