Skip to content

Commit 35090f0

Browse files
committed
Fixed workflows
Fixed workflows to NOT run on comments
1 parent 25741e9 commit 35090f0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ on:
2424
- cron: '24 8 * * 3'
2525
discussion:
2626
types: [created, edited, pinned]
27-
discussion_comment:
28-
types: [created, edited]
2927
issues:
3028
types: [opened, edited, reopened, closed]
31-
issue_comment:
32-
types: [created, edited]
3329
workflow_dispatch:
3430

3531
jobs:

.github/workflows/python-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ on:
1616
- cron: '30 8 * * 1'
1717
discussion:
1818
types: [created, edited, pinned]
19-
discussion_comment:
20-
types: [created, edited]
2119
issues:
2220
types: [opened, edited, reopened, closed]
23-
issue_comment:
24-
types: [created, edited]
2521
workflow_dispatch:
2622

2723
jobs:

0 commit comments

Comments
 (0)