Skip to content

Commit 87879db

Browse files
committed
fix: ci workflow is not callable
1 parent b3606d1 commit 87879db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: build-lint
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches:
610
- master
711
pull_request:
12+
workflow_call:
813

914
jobs:
1015
ci:

0 commit comments

Comments
 (0)