Skip to content

Commit ac79880

Browse files
committed
test
1 parent 56dcdfb commit ac79880

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/spark_sql_test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
on:
25-
push:
26-
paths-ignore:
27-
- "doc/**"
28-
- "docs/**"
29-
- "**.md"
30-
pull_request:
31-
paths-ignore:
32-
- "doc/**"
33-
- "docs/**"
34-
- "**.md"
25+
# push:
26+
# paths-ignore:
27+
# - "doc/**"
28+
# - "docs/**"
29+
# - "**.md"
30+
# pull_request:
31+
# paths-ignore:
32+
# - "doc/**"
33+
# - "docs/**"
34+
# - "**.md"
3535
# manual trigger
3636
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3737
workflow_dispatch:

.github/workflows/spark_sql_test_ansi.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
on:
25-
push:
26-
paths-ignore:
27-
- "docs/**"
28-
- "**.md"
29-
pull_request:
30-
paths-ignore:
31-
- "docs/**"
32-
- "**.md"
25+
# push:
26+
# paths-ignore:
27+
# - "docs/**"
28+
# - "**.md"
29+
# pull_request:
30+
# paths-ignore:
31+
# - "docs/**"
32+
# - "**.md"
3333
# manual trigger
3434
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3535
workflow_dispatch:

0 commit comments

Comments
 (0)