chore: cancel previous still running jobs for PRs

This commit is contained in:
Noortheen Raja 2022-03-20 11:15:38 +05:30 committed by Noorhteen Raja NJ
parent d0f127718f
commit fa9c33b55b

View file

@ -14,6 +14,10 @@ on:
required: false
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
runs-on: ${{ matrix.os }}