ci: fix tools workflow

old-commit-hash: 23e78da6a49b8aa43c7d60226aa466a8599be700
This commit is contained in:
Cameron Clough
2022-10-12 14:34:43 -07:00
parent 0defa2774f
commit d0cb619c7d

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