Skip to content

Commit 9817ceb

Browse files
authored
Run Iceberg Spark tests only when PR title contains [iceberg] (#1976)
1 parent 75a53f5 commit 9817ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/iceberg_spark_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ env:
4141

4242
jobs:
4343
iceberg-spark-sql:
44+
if: contains(github.event.pull_request.title, '[iceberg]')
4445
strategy:
4546
matrix:
4647
os: [ubuntu-24.04]

0 commit comments

Comments
 (0)