ci: fix tools workflow

pull/214/head
Cameron Clough 3 years ago
parent 80259f377f
commit 23e78da6a4
No known key found for this signature in database
GPG Key ID: 48B6A0DB1DE6C320
  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