Skip to content

Commit 1831c97

Browse files
committed
disable unused ci
1 parent 29812dd commit 1831c97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: golangci-lint
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
# [push, pull_request]
46

57
permissions:
68
contents: read

0 commit comments

Comments
 (0)