Skip to content

Commit 01652cb

Browse files
committed
Add a condition to disable the workflow.
GHA will not be the preferred way to run the tests for everyone. This includes a condition to disable it by default.
1 parent 7c72203 commit 01652cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
name: Run Core PHPUnit tests
4444
runs-on: ubuntu-latest
4545

46+
# Remove this line if Github Actions is your preferred means of running the tests.
47+
if: never()
48+
4649
env:
4750
# This is only a subset/example of env vars available. See the `.env.default` file for a full list.
4851
WPT_PREPARE_DIR: ${{ secrets.WPT_PREPARE_DIR }}

0 commit comments

Comments
 (0)