Changeset 49168 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 10/16/2020 12:25:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.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. … … 25 24 runs-on: ubuntu-latest 26 25 steps: 27 - name: Cancel previous runs of this workflow28 uses: styfle/cancel-workflow-action@0.5.029 with:30 access_token: ${{ github.token }}31 32 26 - name: Checkout repository 33 27 uses: actions/checkout@v2
Note: See TracChangeset
for help on using the changeset viewer.