Changeset 49244 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 10/20/2020 05:44:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r49204 r49244 23 23 # 24 24 # Performs the following steps: 25 # - Cancels all previous workflow runs for pull requests that have not completed. 25 26 # - Checks out the repository. 26 27 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests). … … 37 38 38 39 steps: 40 - name: Cancel previous runs of this workflow (pull requests only) 41 if: ${{ github.event_name == 'pull_request' }} 42 uses: styfle/cancel-workflow-action@0.5.0 43 with: 44 access_token: ${{ github.token }} 45 39 46 - name: Checkout repository 40 47 uses: actions/checkout@v2
Note: See TracChangeset
for help on using the changeset viewer.