Skip to content

Commit

Permalink
[chore] concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ninggf committed Apr 17, 2024
1 parent e8466cd commit a396b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
workflow_dispatch:

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

jobs:
build:
Expand Down

0 comments on commit a396b06

Please sign in to comment.