Changeset 49244 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 10/20/2020 05:44:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r49168 r49244 17 17 # 18 18 # Performs the following steps: 19 # - Cancels all previous workflow runs for pull requests that have not completed. 19 20 # - Set environment variables. 20 21 # - Checks out the repository. … … 35 36 runs-on: ubuntu-latest 36 37 steps: 38 - name: Cancel previous runs of this workflow (pull requests only) 39 if: ${{ github.event_name == 'pull_request' }} 40 uses: styfle/cancel-workflow-action@0.5.0 41 with: 42 access_token: ${{ github.token }} 43 37 44 - name: Configure environment variables 38 45 run: |
Note: See TracChangeset
for help on using the changeset viewer.