Skip to content

Commit f0e0263

Browse files
committed
tweak CI
1 parent 3b23c7e commit f0e0263

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://github.com/mvdan/github-actions-golang
2-
on: [push, pull_request, workflow_dispatch]
3-
name: Tests
2+
on: [pull_request, workflow_dispatch]
3+
name: CI
44
jobs:
55
test:
66
strategy:
@@ -18,8 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: golang/govulncheck-action@v1
21-
with:
22-
go-version-input: 1.22.0
2321
gocritic:
2422
runs-on: ubuntu-latest
2523
steps:

0 commit comments

Comments
 (0)