Skip to content

Commit 585ea99

Browse files
committed
ci: disable pull_request and issue_comment triggers for socket workflow.
1 parent 8797c1f commit 585ea99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/socket.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ run-name: Socket Security Github Action
77

88
on:
99
workflow_dispatch:
10-
pull_request:
11-
types: [opened, synchronize, reopened]
12-
issue_comment:
13-
types: [created]
10+
# pull_request:
11+
# types: [opened, synchronize, reopened]
12+
# issue_comment:
13+
# types: [created]
1414

1515
# Prevent concurrent runs for the same commit
1616
concurrency:

0 commit comments

Comments
 (0)