Skip to content

Commit 73fd1dc

Browse files
authored
chore: disable saucelabs on PRs and push to main (#1625)
1 parent 5df86dc commit 73fd1dc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci-saucelabs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ on:
1010
default: true
1111
required: false
1212
type: boolean
13-
push:
14-
branches:
15-
- main
16-
paths-ignore:
17-
- '**.md'
18-
- '**.asciidoc'
19-
pull_request:
20-
branches:
21-
- main
22-
paths-ignore:
23-
- '**.md'
24-
- '**.asciidoc'
13+
# push:
14+
# branches:
15+
# - main
16+
# paths-ignore:
17+
# - '**.md'
18+
# - '**.asciidoc'
19+
# pull_request:
20+
# branches:
21+
# - main
22+
# paths-ignore:
23+
# - '**.md'
24+
# - '**.asciidoc'
2525

2626
# Limit the access of the generated GITHUB_TOKEN
2727
permissions:

0 commit comments

Comments
 (0)