Skip to content

Commit 1fb063e

Browse files
ci: remove chain for linters (#422)
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
1 parent e67f807 commit 1fb063e

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

.github/workflows/commitlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Commit Lint
22

33
on:
4-
pull_request:
54
push:
65

76
jobs:

.github/workflows/editorconfig.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Editorconfig
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -17,8 +12,6 @@ jobs:
1712
editorconfig:
1813
name: Editorconfig
1914

20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21-
2215
runs-on: ubuntu-latest
2316
timeout-minutes: 10
2417

.github/workflows/prettier.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Prettier
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -17,8 +12,6 @@ jobs:
1712
prettier:
1813
name: Prettier
1914

20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21-
2215
runs-on: ubuntu-latest
2316
timeout-minutes: 10
2417

.github/workflows/remark.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Remark
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -21,8 +16,6 @@ jobs:
2116
remark:
2217
name: Remark
2318

24-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
25-
2619
runs-on: ubuntu-latest
2720
timeout-minutes: 10
2821

0 commit comments

Comments
 (0)