🌐 AI搜索 & 代理 主页
Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try some concurrency management
  • Loading branch information
kczimm authored Feb 6, 2025
commit d3cc17fdd3dff4a1291b1bff5b7383a0fb1e552c
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
inputs:
packageVersion:
default: "2.10.0"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
#
# PostgresML extension.
Expand Down
Loading