瀏覽代碼
ci: concurrency control for postgres
version-14
Ankush Menat
3 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 8EA82E09BBD13AAF
共有
1 個文件被更改,包括
4 次插入 和
0 次删除
-
.github/workflows/server-postgres-tests.yml
|
|
@@ -4,6 +4,10 @@ on: |
|
|
|
pull_request: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: server-postgres-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|