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 5df86dc commit 73fd1dcCopy full SHA for 73fd1dc
.github/workflows/ci-saucelabs.yml
@@ -10,18 +10,18 @@ on:
10
default: true
11
required: false
12
type: boolean
13
- push:
14
- branches:
15
- - main
16
- paths-ignore:
17
- - '**.md'
18
- - '**.asciidoc'
19
- pull_request:
20
21
22
23
24
+ # push:
+ # branches:
+ # - main
+ # paths-ignore:
+ # - '**.md'
+ # - '**.asciidoc'
+ # pull_request:
25
26
# Limit the access of the generated GITHUB_TOKEN
27
permissions:
0 commit comments