Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into issues/2826
Browse files Browse the repository at this point in the history
  • Loading branch information
LantaoJin committed Jan 10, 2025
2 parents c1d7029 + 0e61d20 commit 4908a47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '[1-9]+.[0-9x]+'
push:
branches-ignore:
- 'backport/**'
- 'dependabot/**'
paths:
- '**/*.java'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integ-tests-with-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
push:
branches-ignore:
- 'backport/**'
- 'dependabot/**'
paths:
- 'integ-test/**'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
push:
branches-ignore:
- 'backport/**'
- 'dependabot/**'
paths:
- '**/*.java'
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- name: Build with Gradle
run: |
chown -R 1000:1000 `pwd`
su `id -un 1000` -c "./gradlew --continue --parallel build"
su `id -un 1000` -c "./gradlew --continue build"
- name: Create Artifact Path
run: |
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
java-version: ${{ matrix.entry.java }}

- name: Build with Gradle
run: ./gradlew --continue --parallel build ${{ matrix.entry.os_build_args }}
run: ./gradlew --continue build ${{ matrix.entry.os_build_args }}

- name: Create Artifact Path
run: |
Expand Down

0 comments on commit 4908a47

Please sign in to comment.