Changeset 49168 for trunk/.github/workflows/verify-npm-on-windows.yml
- Timestamp:
- 10/16/2020 12:25:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/verify-npm-on-windows.yml
r49162 r49168 12 12 # 13 13 # Performs the following steps: 14 # - Cancels all previous workflow runs that have not completed.15 14 # - Checks out the repository. 16 15 # - Logs debug information about the runner container. … … 23 22 runs-on: windows-latest 24 23 steps: 25 - name: Cancel previous runs of this workflow26 uses: styfle/cancel-workflow-action@0.5.027 with:28 access_token: ${{ github.token }}29 30 24 - name: Checkout repository 31 25 uses: actions/checkout@v2
Note: See TracChangeset
for help on using the changeset viewer.