Skip to content

Commit 464baa6

Browse files
DougReedermatthargett
authored andcommitted
disables scheduled execution of Browserstack testing
Why: not functional without an account of our own
1 parent 264aab2 commit 464baa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: browser-stack
22

33
on:
4-
schedule:
5-
- cron: '0 18 * * *'
4+
# schedule:
5+
# - cron: '0 18 * * *'
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)