ci: fix tools workflow

This commit is contained in:
Cameron Clough
2022-10-12 14:34:43 -07:00
parent 80259f377f
commit 23e78da6a4
+1 -1
View File
@@ -6,7 +6,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