This is an automated email from the ASF dual-hosted git repository.
ahmedabualsaud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 93cc6a521ee add PR trigger files (#31424)
93cc6a521ee is described below
commit 93cc6a521eeabadfb0cb06abf1dcdc41588d08cf
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Tue May 28 16:23:00 2024 -0400
add PR trigger files (#31424)
---
.github/workflows/IO_Iceberg_Integration_Tests.yml | 2 ++
.github/workflows/IO_Iceberg_Performance_Tests.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/IO_Iceberg_Integration_Tests.yml
b/.github/workflows/IO_Iceberg_Integration_Tests.yml
index ab055c3a609..006cd9d13be 100644
--- a/.github/workflows/IO_Iceberg_Integration_Tests.yml
+++ b/.github/workflows/IO_Iceberg_Integration_Tests.yml
@@ -18,6 +18,8 @@ name: IcebergIO Integration Tests
on:
schedule:
- cron: '15 4/6 * * *'
+ pull_request_target:
+ paths: [ 'release/trigger_all_tests.json',
'.github/trigger_files/IO_Iceberg_Integration_Tests.json' ]
workflow_dispatch:
# Setting explicit permissions for the action to avoid the default permissions
which are `write-all` in case of pull_request_target event
diff --git a/.github/workflows/IO_Iceberg_Performance_Tests.yml
b/.github/workflows/IO_Iceberg_Performance_Tests.yml
index 27d93b8a40d..e9920a5a138 100644
--- a/.github/workflows/IO_Iceberg_Performance_Tests.yml
+++ b/.github/workflows/IO_Iceberg_Performance_Tests.yml
@@ -18,6 +18,8 @@ name: IcebergIO Performance Tests
on:
schedule:
- cron: '10 10/12 * * *'
+ pull_request_target:
+ paths: [ '.github/trigger_files/IO_Iceberg_Performance_Tests.json' ]
workflow_dispatch:
#Setting explicit permissions for the action to avoid the default permissions
which are `write-all` in case of pull_request_target event