Skip to content

Commit

Permalink
add back pull_request for migration
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Bonenberger <yannic@engflow.com>
  • Loading branch information
Yannic committed Mar 16, 2023
1 parent a208467 commit 5f572a5
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compile_time_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request_target:
# TODO(yannic): Remove when #26109 is merged and the required checks migrated
# to `pull_request_target`.
pull_request:

concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
Expand Down

0 comments on commit 5f572a5

Please sign in to comment.