ci: don't trigger on pull request sync event (#25900)

pull/26178/head
Cameron Clough 3 years ago committed by GitHub
parent d6a0f1c25a
commit 68530f18b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/selfdrive_tests.yaml
  2. 1
      .github/workflows/tools_tests.yaml

@ -5,6 +5,7 @@ on:
branches-ignore:
- 'testing-closet*'
pull_request:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }}-${{ github.event_name }}

@ -5,6 +5,7 @@ on:
branches-ignore:
- 'testing-closet*'
pull_request:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }}-${{ github.event_name }}

Loading…
Cancel
Save