[tests] Bump cancel-workflow-action to 0.3.2 (#4411)

Bumps the `cancel-workflow-action` to version [0.3.2](https://github.com/styfle/cancel-workflow-action/releases/tag/0.3.2)
This commit is contained in:
Steven
2020-05-18 18:33:09 -04:00
committed by GitHub
parent df2d56de19
commit c9665b79f1

View File

@@ -9,10 +9,10 @@ jobs:
cancel:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
timeout-minutes: 2
steps:
- uses: styfle/cancel-workflow-action@0.3.1
- uses: styfle/cancel-workflow-action@0.3.2
with:
workflow_id: 849295, 849296, 849297, 849298
access_token: ${{ secrets.GITHUB_WORKFLOW_TOKEN }}
access_token: ${{ github.token }}