pull/30443/head
Shane Smiskol 2 years ago
parent 610a6cfe04
commit 66455ae76f
  1. 8
      .github/workflows/selfdrive_tests.yaml

@ -7,9 +7,9 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
#concurrency: concurrency:
# group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
# cancel-in-progress: true cancel-in-progress: true
env: env:
PYTHONWARNINGS: error PYTHONWARNINGS: error
@ -339,7 +339,7 @@ jobs:
car_docs_diff: car_docs_diff:
name: PR comments name: PR comments
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name == 'never' if: github.event_name == 'pull_request'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

Loading…
Cancel
Save