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

This reverts commit 68530f18b4.
pull/26202/head
Cameron Clough 3 years ago
parent a98d105cb9
commit dba8e8ec0e
No known key found for this signature in database
GPG Key ID: 48B6A0DB1DE6C320
  1. 1
      .github/workflows/selfdrive_tests.yaml
  2. 1
      .github/workflows/tools_tests.yaml

@ -5,7 +5,6 @@ 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,7 +5,6 @@ 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