Skip to content

Commit f1aef17

Browse files
committed
TEMP: disable other PR workflows to run only webkit-wsl
Revert this commit before merging.
1 parent ab88674 commit f1aef17

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- main
77
- release-*
88
pull_request:
9+
# TEMP: disabled to run only tests_webkit_wsl on this PR.
910
branches:
10-
- main
11-
- release-*
11+
- __disabled-for-webkit-wsl-pr__
1212

1313
jobs:
1414
doc-and-lint:

.github/workflows/tests_components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
- 'tests/bidi/**'
1616
- 'tests/extension/**'
1717
- 'tests/mcp/**'
18+
# TEMP: disabled to run only tests_webkit_wsl on this PR.
1819
branches:
19-
- main
20-
- release-*
20+
- __disabled-for-webkit-wsl-pr__
2121

2222
env:
2323
FORCE_COLOR: 1

.github/workflows/tests_mcp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
- 'packages/playwright-core/src/server/bidi/**'
1414
- 'tests/bidi/**'
1515
- 'tests/extension/**'
16+
# TEMP: disabled to run only tests_webkit_wsl on this PR.
1617
branches:
17-
- main
18-
- release-*
18+
- __disabled-for-webkit-wsl-pr__
1919

2020
concurrency:
2121
# For pull requests, cancel all currently-running jobs for this workflow

.github/workflows/tests_primary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
- 'tests/bidi/**'
1616
- 'tests/extension/**'
1717
- 'tests/mcp/**'
18+
# TEMP: disabled to run only tests_webkit_wsl on this PR.
1819
branches:
19-
- main
20-
- release-*
20+
- __disabled-for-webkit-wsl-pr__
2121

2222
concurrency:
2323
# For pull requests, cancel all currently-running jobs for this workflow

0 commit comments

Comments
 (0)