Changeset 50476 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 03/02/2021 05:47:33 PM (4 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.