|
27 | 27 | - 'presto-iceberg/src/main/java/com/facebook/presto/iceberg/**' |
28 | 28 | # tpch |
29 | 29 | - 'presto-tpch/src/main/java/com/facebook/presto/tpch/**' |
| 30 | + push: |
| 31 | + paths: |
| 32 | + - 'presto-native-execution/**' |
| 33 | + - '.github/workflows/prestocpp-linux-build.yml' |
| 34 | + # Build also changes to files that can change the protocol and are referenced in the protocol yaml: |
| 35 | + # protocol_core |
| 36 | + - 'presto-spi/src/main/java/com/facebook/presto/spi/**' |
| 37 | + - 'presto-common/src/main/java/com/facebook/presto/**' |
| 38 | + - 'presto-main/src/main/java/com/facebook/presto/**' |
| 39 | + - 'presto-client/src/main/java/com/facebook/presto/client/**' |
| 40 | + - 'presto-spark-base/src/main/java/com/facebook/presto/spark/execution/**' |
| 41 | + - 'presto-native-sidecar-plugin/src/main/java/com/facebook/presto/sidecar/nativechecker/**' |
| 42 | + - 'presto-function-namespace-managers-common/src/main/java/com/facebook/presto/functionNamespace/**' |
| 43 | + - 'presto-hdfs-core/src/main/java/com/facebook/presto/hive/**' |
| 44 | + - 'presto-verifier/src/main/java/com/facebook/presto/verifier/framework/**' |
| 45 | + # arrow-flight |
| 46 | + - 'presto-base-arrow-flight/src/main/java/com/facebook/plugin/arrow/**' |
| 47 | + # hive |
| 48 | + - 'presto-hive-metastore/src/main/java/com/facebook/presto/hive/**' |
| 49 | + - 'presto-hive-common/src/main/java/com/facebook/presto/hive/**' |
| 50 | + - 'presto-hive/src/main/java/com/facebook/presto/hive/**' |
| 51 | + # iceberg |
| 52 | + - 'presto-iceberg/src/main/java/com/facebook/presto/iceberg/**' |
| 53 | + # tpch |
| 54 | + - 'presto-tpch/src/main/java/com/facebook/presto/tpch/**' |
| 55 | + |
| 56 | +concurrency: |
| 57 | + group: "${{github.workflow}}-${{github.ref}}" |
| 58 | + |
| 59 | + # Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is |
| 60 | + # checked completely. |
| 61 | + cancel-in-progress: "${{github.ref != 'refs/heads/main'}}" |
30 | 62 |
|
31 | 63 | jobs: |
32 | 64 | prestocpp-linux-build-engine: |
|
0 commit comments