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

don't cancel for master branch
old-commit-hash: 03f06b0e32
taco
Cameron Clough 3 years ago committed by GitHub
parent 6d8f98ab9b
commit c4c087e145
  1. 2
      .github/workflows/selfdrive_tests.yaml

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

Loading…
Cancel
Save