Skip to content

Commit 42adbee

Browse files
committed
fix(ci): Concurrency change to wokwi
1 parent 1a5deec commit 42adbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/wokwi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

1818
concurrency:
19-
group: hil-${{github.event.pull_request.number || github.ref}}
19+
group: wokwi-${{github.event.pull_request.number || github.ref}}
2020
cancel-in-progress: true
2121

2222
jobs:

0 commit comments

Comments
 (0)