ci: fix tools workflow

old-commit-hash: 23e78da6a4
taco
Cameron Clough 3 years ago
parent 0defa2774f
commit d0cb619c7d
  1. 2
      .github/workflows/tools_tests.yaml

@ -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

Loading…
Cancel
Save