Skip to content

Commit

Permalink
Merge branch '1.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Dec 6, 2024
2 parents 32fe48b + fbb9d1f commit 512251e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ workflows:
- build-jdk17
- docker-tests
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down Expand Up @@ -134,6 +136,8 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- uses: gradle/wrapper-validation-action@v3

0 comments on commit 512251e

Please sign in to comment.