CI: only run on master + PRs (#29242)

pull/29239/head^2
Adeeb Shihadeh 2 years ago committed by GitHub
parent 4a40bde5aa
commit 0df2cd4fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/selfdrive_tests.yaml
  2. 4
      .github/workflows/tools_tests.yaml

@ -2,8 +2,8 @@ name: selfdrive
on: on:
push: push:
branches-ignore: branches:
- 'testing-closet*' - master
pull_request: pull_request:
concurrency: concurrency:

@ -2,8 +2,8 @@ name: tools
on: on:
push: push:
branches-ignore: branches:
- 'testing-closet*' - master
pull_request: pull_request:
concurrency: concurrency:

Loading…
Cancel
Save