diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 0693a66164..e921cd3d00 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_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 }} diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index 71bad021d0..549a2f4195 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.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 }}