This is an automated email from the ASF dual-hosted git repository. william pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/orc.git
commit cfc90d1b392a56b0647fe07a404506975bd0efba Author: William Hyun <[email protected]> AuthorDate: Sun Jan 5 11:55:19 2025 -0800 ORC-1832: Update GitHub Action YAML file in branch-2.1 --- .github/workflows/build_and_test.yml | 6 +++--- .github/workflows/publish_snapshot.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 7890ffcb3..280fb9efd 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,13 +23,13 @@ on: - 'site/**' - 'conan/**' branches: - - main + - branch-2.1 pull_request: paths-ignore: - 'site/**' - 'conan/**' branches: - - main + - branch-2.1 # Cancel previous PR build and test concurrency: @@ -55,7 +55,7 @@ jobs: - name: "Test" run: | cd docker - ./run-one.sh local main ${{ matrix.os }} + ./run-one.sh local branch-2.1 ${{ matrix.os }} build: name: "Java ${{ matrix.java }} and ${{ matrix.cxx }} on ${{ matrix.os }}" diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml index 5a91bcbfc..96a4a2beb 100644 --- a/.github/workflows/publish_snapshot.yml +++ b/.github/workflows/publish_snapshot.yml @@ -3,7 +3,7 @@ name: Publish Snapshot on: push: branches: - - main + - branch-2.1 jobs: publish-snapshot:
