blob: 3cf5cc546120fe72ce8918c92de5f0ff8bd9f7d3 [file] [log] [blame]
name: Cancel
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
cancel:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.3.1
with:
workflow_id: 479426
access_token: ${{ github.token }}