Changeset 50476 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 03/02/2021 05:47:33 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/javascript-tests.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r50473 r50476 40 40 - name: Cancel previous runs of this workflow (pull requests only) 41 41 if: ${{ github.event_name == 'pull_request' }} 42 uses: styfle/cancel-workflow-action@0.8.0 43 with: 44 access_token: ${{ github.token }} 42 uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d 45 43 46 44 - name: Checkout repository
Note: See TracChangeset
for help on using the changeset viewer.