Skip to content

Commit

Permalink
fix: remove builder instances after build
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 13, 2024
1 parent 16c04df commit 804f99e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
- '.github/workflows/CI.yml'
workflow_dispatch:

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


jobs:
build:
strategy:
Expand Down

0 comments on commit 804f99e

Please sign in to comment.