summaryrefslogtreecommitdiff
path: root/.github/workflows/cancel.yml
blob: 7f10763718894bf81c12c2fade9592630f6573c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
on: [push, pull_request_target]
name: Cancel

jobs:
  cancel:
    runs-on: ubuntu-latest
    steps:
      - name: Cancel Previous Runs
        uses: styfle/cancel-workflow-action@0.5.0
        with:
          # cancel builds from ci workflow
          workflow_id: 903674
          access_token: ${{ github.token }}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback