Skip to content

Commit

Permalink
add concurrency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star committed Jun 23, 2024
1 parent 1493f5d commit 762cc13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
config-inline: |
[worker.oci]
max-parallelism = 1
- name: Set Version variables
id: set_version_vars
Expand Down

0 comments on commit 762cc13

Please sign in to comment.