File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 51
51
- name : Format files with Prettier
52
52
run : yarn fmt
53
53
54
- - name : Fail workflow
55
- # Skip on forks
56
- if : (github.event.pull_request.head.repo.full_name == github.repository || github.event_name) != 'pull_request' && failure()
57
-
58
-
59
54
lint-helm :
60
55
name : Lint Helm chart
61
56
runs-on : ubuntu-latest
85
80
if : steps.changed-files.outputs.any_changed == 'true'
86
81
run : helm kubeval ci/helm-chart
87
82
88
- - name : Fail workflow
89
- # Skip on forks
90
- if : (github.event.pull_request.head.repo.full_name == github.repository || github.event_name) != 'pull_request' && failure()
91
-
92
-
93
83
lint-ts :
94
84
name : Lint TypeScript files
95
85
runs-on : ubuntu-latest
@@ -132,11 +122,6 @@ jobs:
132
122
if : steps.changed-files.outputs.any_changed == 'true'
133
123
run : yarn lint:ts
134
124
135
- - name : Fail workflow
136
- # Skip on forks
137
- if : (github.event.pull_request.head.repo.full_name == github.repository || github.event_name) != 'pull_request' && failure()
138
-
139
-
140
125
build :
141
126
name : Build
142
127
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments