File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,10 @@ name: PreCommit Flink Container
1717
1818on :
1919 pull_request_target :
20+ # TODO(https://github.com/apache/beam/pull/33956) re-enable when two issues resolved.
2021 paths :
21- - ' model/**'
22- - ' sdks/python/**'
23- - ' release/**'
24- - ' sdks/java/io/kafka/**'
25- - ' runners/core-construction-java/**'
26- - ' runners/core-java/**'
27- - ' runners/extensions-java/**'
28- - ' runners/flink/**'
29- - ' runners/java-fn-execution/**'
30- - ' runners/reference/**'
3122 - ' .github/trigger_files/beam_PreCommit_Flink_Container.json'
3223 - ' release/trigger_all_tests.json'
33- push :
34- branches : ['master', 'release-*']
35- tags : ' v*'
36- schedule :
37- - cron : ' 0 */6 * * *'
3824 workflow_dispatch :
3925
4026# Setting explicit permissions for the action to avoid the default permissions which are `write-all`
You can’t perform that action at this time.
0 commit comments