Skip to content

Commit cd6d3ed

Browse files
committed
Disable on workflow trigger
1 parent 0c6d282 commit cd6d3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
script: |
3030
var payload = context.payload
31+
if (!payload || !payload.number) return ;
3132
console.log(payload)
3233
console.log(payload.user)
3334
github.rest.issues.createComment({

0 commit comments

Comments
 (0)