Skip to content

Commit

Permalink
ORC-1574: Update GitHub Action YAML files in branch-2.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update `GitHub Action` YAML files in `branch-2.0`.

### Why are the changes needed?

To enable GitHub Actions on branch-2.0.

### How was this patch tested?

This PR should trigger all CIs.

Closes #1729 from dongjoon-hyun/ORC-1574.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Jan 8, 2024
1 parent 5803d7d commit 6884a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
paths-ignore:
- 'site/**'
branches:
- main
- branch-2.0
pull_request:
paths-ignore:
- 'site/**'
branches:
- main
- branch-2.0

# Cancel previous PR build and test
concurrency:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: "Test"
run: |
cd docker
./run-one.sh local main ${{ matrix.os }}
./run-one.sh local branch-2.0 ${{ matrix.os }}
build:
name: "Java ${{ matrix.java }} and ${{ matrix.cxx }} on ${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Snapshot
on:
push:
branches:
- main
- branch-2.0

jobs:
publish-snapshot:
Expand Down

0 comments on commit 6884a75

Please sign in to comment.