Changeset 49244 for trunk/.github/workflows/verify-npm-on-windows.yml
- Timestamp:
- 10/20/2020 05:44:27 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/verify-npm-on-windows.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/verify-npm-on-windows.yml
r49227 r49244 15 15 # 16 16 # Performs the following steps: 17 # - Cancels all previous workflow runs for pull requests that have not completed. 17 18 # - Checks out the repository. 18 19 # - Logs debug information about the runner container. … … 25 26 runs-on: windows-latest 26 27 steps: 28 - name: Cancel previous runs of this workflow (pull requests only) 29 if: ${{ github.event_name == 'pull_request' }} 30 uses: styfle/cancel-workflow-action@0.5.0 31 with: 32 access_token: ${{ github.token }} 33 27 34 - name: Checkout repository 28 35 uses: actions/checkout@v2
Note: See TracChangeset
for help on using the changeset viewer.