Skip to content

Commit

Permalink
Tests: run browserstack at least once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed May 31, 2024
1 parent 8041084 commit 84b4216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/browserstack-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
# Once a week every Tuesday
schedule:
- cron: "42 1 * * 2"

jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/browserstack-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
# Once a week every Tuesday
schedule:
- cron: "42 1 * * 2"

jobs:
test:
Expand Down

0 comments on commit 84b4216

Please sign in to comment.