feat: cancel previous workflow runs on new commits (#1184)

This commit is contained in:
wozeparrot
2023-07-08 01:55:35 -04:00
committed by GitHub
parent e0c2ae8984
commit d66a0c285d

View File

@@ -5,6 +5,10 @@ on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
linter:
name: Linters