Skip to content

Commit 2d35bda

Browse files
committed
revert: workflows
1 parent 24c6365 commit 2d35bda

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

.github/workflows/analyze.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Analyze Bundle
22

33
on:
44
pull_request:
5-
pull_request_target:
65
push:
76
branches:
87
- main # change this if your default branch is named differently

.github/workflows/site_lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- main # change this if your default branch is named differently
77
pull_request:
88
types: [opened, synchronize, reopened]
9-
pull_request_target:
10-
types: [opened, synchronize, reopened]
119

1210
jobs:
1311
lint:

.github/workflows/textlint_lint.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ on:
1919
- 'textlint/**/*.js'
2020
- '.github/workflows/textlint_lint.yml'
2121

22-
pull_request_target:
23-
types:
24-
- opened
25-
- synchronize
26-
- reopened
27-
paths:
28-
- 'src/**/*.md'
29-
- 'textlint/**/*.js'
30-
- '.github/workflows/textlint_lint.yml'
31-
3222
jobs:
3323
Lint:
3424
runs-on: ubuntu-latest

.github/workflows/textlint_test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ on:
1717
- 'textlint/**/*.js'
1818
- '.github/workflows/textlint_test.yml'
1919

20-
pull_request_target:
21-
types:
22-
- opened
23-
- synchronize
24-
- reopened
25-
paths:
26-
- 'textlint/**/*.js'
27-
- '.github/workflows/textlint_test.yml'
28-
2920
jobs:
3021
Test:
3122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)