Skip to content

Commit

Permalink
remove conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon committed Apr 29, 2024
1 parent 6549d2a commit 6aeffe1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build JVM

on:
workflow_call:
pull_request:

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build Python

on:
workflow_call:
pull_request:

jobs:
# pyspark is not available for snapshots or scala other than 2.12
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build Snapshots

on:
workflow_call:
pull_request:

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check

on:
workflow_call:
pull_request:

jobs:
lint:
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
name: Compat (Spark ${{ matrix.spark-compat-version }} Scala ${{ matrix.scala-compat-version }})
needs: config
runs-on: ubuntu-latest
# if: needs.config.outputs.major-version == needs.config.outputs.release-major-version
if: needs.config.outputs.major-version == needs.config.outputs.release-major-version

strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test JVM

on:
workflow_call:
pull_request:

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test Python

on:
workflow_call:
pull_request:

jobs:
# pyspark is not available for snapshots or scala other than 2.12
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test Snapshots

on:
workflow_call:
pull_request:

jobs:
test:
Expand Down

0 comments on commit 6aeffe1

Please sign in to comment.