summaryrefslogtreecommitdiff
path: root/.github/workflows/cancel.yml
blob: 97b4d88d3bc79acc6f543498e191c127743ed7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

# 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.6.0
        with:
          access_token: ${{ github.token }}
          workflow_id: coverage.yml, kit.yml, quality.yml, testsuite.yml