Skip to content

Commit

Permalink
CI: only run on master + PRs (commaai#29242)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Aug 5, 2023
1 parent 4a40bde commit 0df2cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: selfdrive

on:
push:
branches-ignore:
- 'testing-closet*'
branches:
- master
pull_request:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: tools

on:
push:
branches-ignore:
- 'testing-closet*'
branches:
- master
pull_request:

concurrency:
Expand Down

0 comments on commit 0df2cd4

Please sign in to comment.