Changeset 49168 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 10/16/2020 12:25:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r49162 r49168 23 23 # 24 24 # Performs the following steps: 25 # - Cancels all previous workflow runs that have not completed.26 25 # - Checks out the repository. 27 26 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests). … … 38 37 39 38 steps: 40 - name: Cancel previous runs of this workflow41 uses: styfle/cancel-workflow-action@0.5.042 with:43 access_token: ${{ github.token }}44 45 39 - name: Checkout repository 46 40 uses: actions/checkout@v2
Note: See TracChangeset
for help on using the changeset viewer.