Skip to content

Commit 264a070

Browse files
committed
Add triggers
1 parent 81692ab commit 264a070

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2
44
}

.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ name: Publish Beam SDK Snapshots
1818
on:
1919
schedule:
2020
- cron: '0 */4 * * *'
21+
pull_request_target:
22+
paths: [ 'release/trigger_all_tests.json', '.github/trigger_files/beam_Publish_Beam_SDK_Snapshots.json' ]
2123
workflow_dispatch:
2224

2325
#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event

.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ name: Python ValidatesContainer Dataflow ARM
1818
on:
1919
schedule:
2020
- cron: '0 */6 * * *'
21+
pull_request_target:
22+
paths: [ 'release/trigger_all_tests.json', '.github/trigger_files/beam_Python_ValidatesContainer_Dataflow_ARM.json' ]
2123
workflow_dispatch:
2224

2325
#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event

0 commit comments

Comments
 (0)