blob: e0d9c6d1e12d3968dc14b4871c893b0e4e99431d [file] [log] [blame]
name: 'Cancel Previous Workflow Runs'
description: 'Cancels all previous runs of this workflow'
author: 'n1hility'
inputs:
token:
description: The GITHUB_TOKEN secret of this github workflow
required: true
workflow:
description: The filename of the workflow to limit runs on (only applies to schedule events)
required: false
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'play'
color: 'orange'