We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
push
main
1 parent e716506 commit 7fdcb5dCopy full SHA for 7fdcb5d
1 file changed
.github/workflows/spark_sql_test.yml
@@ -22,7 +22,7 @@ concurrency:
22
cancel-in-progress: true
23
24
on:
25
- pull_request:
+ push:
26
branches:
27
- main
28
paths-ignore:
@@ -32,6 +32,14 @@ on:
32
- "native/core/benches/**"
33
- "native/spark-expr/benches/**"
34
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
35
+ pull_request:
36
+ paths-ignore:
37
+ - "doc/**"
38
+ - "docs/**"
39
+ - "**.md"
40
+ - "native/core/benches/**"
41
+ - "native/spark-expr/benches/**"
42
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
43
# manual trigger
44
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
45
workflow_dispatch:
0 commit comments