ci: update cancellation worklfow

This commit is contained in:
Mike Diarmid
2020-06-03 12:57:43 +01:00
committed by GitHub
parent b84259aa2a
commit 31ca27fa03

View File

@@ -1,12 +1,19 @@
name: cancel_previous
on: [push]
name: Cancel Previous Jobs
on:
pull_request:
branches:
- '**'
push:
branches:
- '**'
jobs:
cancel:
name: "Cancel Previous Runs"
name: "Cancel"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.3.1
continue-on-error: true
with:
workflow_id: 148944,1024868,1029491,1051247,1099495
access_token: ${{ github.token }}