Changeset 49168 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 10/16/2020 12:25:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r49162 r49168 17 17 # 18 18 # Performs the following steps: 19 # - Cancels all previous workflow runs that have not completed.20 19 # - Set environment variables. 21 20 # - Checks out the repository. … … 36 35 runs-on: ubuntu-latest 37 36 steps: 38 - name: Cancel previous runs of this workflow39 uses: styfle/cancel-workflow-action@0.5.040 with:41 access_token: ${{ github.token }}42 43 37 - name: Configure environment variables 44 38 run: |
Note: See TracChangeset
for help on using the changeset viewer.