提交 8c3c3fc9 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Set Actions workflows concurrency to cancel-in-progress

上级 3acdd78e
......@@ -9,6 +9,10 @@ on:
release:
types: [published]
concurrency:
group: ${{ github.head_ref }}-pypi
cancel-in-progress: true
jobs:
build:
name: Build source distribution
......
......@@ -9,6 +9,10 @@ on:
branches:
- main
concurrency:
group: ${{ github.head_ref }}-tests
cancel-in-progress: true
jobs:
changes:
name: "Check for changes"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论