Skip to content

Commit

Permalink
[SEDONA-339] Skip irrelevant GitHub actions (apache#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Dec 13, 2023
1 parent 84ed687 commit efb887d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,28 @@ on:
- 'snowflake-tester/**'
branches:
- master
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'flink/**'
- 'flink-shaded/**'
- 'snowflake/**'
- 'pom.xml'
pull_request:
paths-ignore:
- 'snowflake/**'
- 'snowflake-tester/**'
branches:
- '*'
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'flink/**'
- 'flink-shaded/**'
- 'snowflake/**'
- 'pom.xml'

env:
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/python-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ on:
- 'snowflake-tester/**'
branches:
- master
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
pull_request:
paths-ignore:
- 'snowflake/**'
- 'snowflake-tester/**'
branches:
- '*'

paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
jobs:
build:
strategy:
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ on:
- 'snowflake-tester/**'
branches:
- master
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
pull_request:
paths-ignore:
- 'snowflake/**'
- 'snowflake-tester/**'
branches:
- '*'

paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
jobs:
build:
strategy:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,24 @@ on:
- 'snowflake-tester/**'
branches:
- master
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
pull_request:
paths-ignore:
- 'snowflake/**'
- 'snowflake-tester/**'
branches:
- '*'
paths:
- 'common/**'
- 'spark/**'
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'

env:
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
Expand Down

0 comments on commit efb887d

Please sign in to comment.