Changeset 50476
- Timestamp:
- 03/02/2021 05:47:33 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r50473 r50476 49 49 - name: Cancel previous runs of this workflow (pull requests only) 50 50 if: ${{ github.event_name == 'pull_request' }} 51 uses: styfle/cancel-workflow-action@0.8.0 52 with: 53 access_token: ${{ github.token }} 51 uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d 54 52 55 53 - name: Configure environment variables -
trunk/.github/workflows/javascript-tests.yml
r50473 r50476 40 40 - name: Cancel previous runs of this workflow (pull requests only) 41 41 if: ${{ github.event_name == 'pull_request' }} 42 uses: styfle/cancel-workflow-action@0.8.0 43 with: 44 access_token: ${{ github.token }} 42 uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d 45 43 46 44 - name: Checkout repository -
trunk/.github/workflows/phpunit-tests.yml
r50473 r50476 42 42 - name: Cancel previous runs of this workflow (pull requests only) 43 43 if: ${{ github.event_name == 'pull_request' }} 44 uses: styfle/cancel-workflow-action@0.8.0 45 with: 46 access_token: ${{ github.token }} 44 uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d 47 45 48 46 # Runs the PHPUnit tests for WordPress. -
trunk/.github/workflows/verify-npm-on-windows.yml
r50473 r50476 37 37 - name: Cancel previous runs of this workflow (pull requests only) 38 38 if: ${{ github.event_name == 'pull_request' }} 39 uses: styfle/cancel-workflow-action@0.8.0 40 with: 41 access_token: ${{ github.token }} 39 uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d 42 40 43 41 - name: Checkout repository
Note: See TracChangeset
for help on using the changeset viewer.