Revert "Skip e2e tests for not relevant changes (e.g. docs)" (#44645)
This commit is contained in:
parent
c7eb05ac5e
commit
729bc437fc
|
@ -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]
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue