Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 10 additions & 18 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ name: Build and test
on:
push:
branches:
- branch-3.2
pull_request:
branches:
- branch-3.2
workflow_dispatch:
inputs:
target:
description: 'Target branch to run'
required: true
- '**'

jobs:
# Build: build Spark and run the tests for specified modules.
Expand Down Expand Up @@ -88,7 +80,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -185,7 +177,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -269,7 +261,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -328,7 +320,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -436,7 +428,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -484,7 +476,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -528,7 +520,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -573,7 +565,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down Expand Up @@ -653,7 +645,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.2
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
id: sync-branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: "Notify test workflow"
uses: actions/github-script@v3
if: ${{ github.base_ref == 'master' }}
if: ${{ github.base_ref == 'branch-3.2' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down