Skip to content

Commit

Permalink
add pull_request_target event (#31426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored May 28, 2024
1 parent 93cc6a5 commit 791ead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/IO_Iceberg_Integration_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:
jobs:
IO_Iceberg_Integration_Tests:
if: |
github.event_name == 'pull_request_target' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
github.event.comment.body == 'Run IcebergIO Integration Test'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/IO_Iceberg_Performance_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:
jobs:
IO_Iceberg_Performance_Tests:
if: |
github.event_name == 'pull_request_target' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
github.event.comment.body == 'Run IcebergIO Performance Test'
Expand Down

0 comments on commit 791ead6

Please sign in to comment.