Skip to content

Commit 7ac5bc4

Browse files
authored
Disable PreCommit Flink Container (#33956)
* Disable PreCommit Flink Container * Fix GHA check * fix GHA precommit
1 parent 6fcf161 commit 7ac5bc4

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/beam_PreCommit_Flink_Container.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,10 @@ name: PreCommit Flink Container
1717

1818
on:
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`

0 commit comments

Comments
 (0)