djLint/.github/workflows/cancel.yml
Christopher Pickering f4d2d30248
added cancel script
2021-07-29 13:43:24 -05:00

17 lines
391 B
YAML

# This action finds in-progress Action jobs for the same branch, and cancels
# them. There's little point in continuing to run superceded jobs.
name: cancel
on:
push:
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0
with:
access_token: ${{ github.token }}
workflow_id: test.yml