Skip to content

Commit 2e52d74

Browse files
author
Your Name
committed
Fix: skip paths check for tag push in workflows
1 parent 6b9657a commit 2e52d74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/actions/workflows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func TestDetectMatched(t *testing.T) {
143143
yamlOn: "on:\n push:\n paths:\n - src/**",
144144
expected: true,
145145
},
146-
147146
}
148147

149148
for _, tc := range testCases {

0 commit comments

Comments
 (0)