Patch functionality to allow Yoast to control if author pages should be indexed or not #227
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Behat Testing | |
on: | |
push: | |
paths: | |
- '.github/workflows/behat-test.yml' | |
- '**.php' | |
- '**.feature' | |
- 'behat.yml' | |
- 'composer.json' | |
pull_request: | |
paths: | |
- '.github/workflows/behat-test.yml' | |
- '**.php' | |
- '**.feature' | |
- 'behat.yml' | |
- 'composer.json' | |
types: | |
- opened | |
- reopened | |
- synchronize | |
workflow_dispatch: | |
jobs: | |
behat: | |
uses: automattic/wpvip-plugins-.github/.github/workflows/reusable-behat-test.yml@trunk |