Revert "Skip e2e tests for not relevant changes (e.g. docs)" (#44645)

This commit is contained in:
Adrian Moldovan 2024-02-15 17:56:42 +02:00 committed by GitHub
parent c7eb05ac5e
commit 729bc437fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 41 deletions

View File

@ -2,17 +2,6 @@ name: Metrics Tracking
on:
pull_request:
paths-ignore:
- '**.md'
- '**/changelog/**'
- '**/.wireit/**'
- 'docs/**'
- 'plugins/woo-ai/**'
- 'plugins/woocommerce/.wordpress-org/**'
- 'plugins/woocommerce/i18n/**'
- 'plugins/woocommerce/tests/**'
- 'plugins/woocommerce-beta-tester/**'
- 'tools/**'
push:
branches: [trunk]

View File

@ -1,17 +1,7 @@
name: Run tests against PR in an environment with HPOS disabled
on:
pull_request:
paths-ignore:
- '**.md'
- '**/changelog/**'
- '**/.wireit/**'
- 'docs/**'
- 'plugins/woo-ai/**'
- 'plugins/woocommerce/.wordpress-org/**'
- 'plugins/woocommerce/i18n/**'
- 'plugins/woocommerce-beta-tester/**'
- 'tools/**'
workflow_dispatch:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -3,15 +3,7 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- '**.md'
- '**/changelog/**'
- '**/.wireit/**'
- 'docs/**'
- 'plugins/woo-ai/**'
- 'plugins/woocommerce/.wordpress-org/**'
- 'plugins/woocommerce/i18n/**'
- 'plugins/woocommerce-beta-tester/**'
- 'tools/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -3,16 +3,6 @@ on:
pull_request:
types:
- closed
paths-ignore:
- '**.md'
- '**/changelog/**'
- '**/.wireit/**'
- 'docs/**'
- 'plugins/woo-ai/**'
- 'plugins/woocommerce/.wordpress-org/**'
- 'plugins/woocommerce/i18n/**'
- 'plugins/woocommerce-beta-tester/**'
- 'tools/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true