Skip to content

Commit 62069eb

Browse files
committedSep 13, 2024
removing testing trigger from govulncheck action
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 114db17 commit 62069eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/govulncheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: govulncheck
22
on:
33
push:
4-
#paths:
5-
# - go.sum
4+
paths:
5+
- go.sum
66
schedule:
77
- cron: "0 0 * * *"
88

0 commit comments

Comments
 (0)
Please sign in to comment.