ci: don't cancel concurrent workflows for master branch (#26047)

don't cancel for master branch
This commit is contained in:
Cameron Clough
2022-10-12 14:03:44 -07:00
committed by GitHub
parent ac88ad871a
commit 03f06b0e32

View File

@@ -8,7 +8,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
env:
BASE_IMAGE: openpilot-base