Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
feat(GitHub Actions): 在触发时取消之前触发的未完成 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed May 11, 2023
1 parent a869091 commit 02947aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -6,6 +6,10 @@ on:
- dev
workflow_dispatch:

concurrency:
group: "lint"
cancel-in-progress: true

jobs:
lint:
strategy:
Expand Down

0 comments on commit 02947aa

Please sign in to comment.