ci: don't cancel jobs on master

It can be useful to see the full results of all master commits when
trying to bisect a regression.
This commit is contained in:
dundargoc 2024-02-20 13:29:46 +01:00 committed by dundargoc
parent b97208704b
commit a994562121

View file

@ -8,7 +8,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'push' }}
jobs:
checks: