Skip to content

Commit 3c15bf1

Browse files
committed
fixup: remove cancel-workflow
1 parent eb2b181 commit 3c15bf1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
- name: Format files with Prettier
5252
run: yarn fmt
5353

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-
uses: andymckay/[email protected]
58-
5954
lint-helm:
6055
name: Lint Helm chart
6156
runs-on: ubuntu-latest
@@ -85,11 +80,6 @@ jobs:
8580
if: steps.changed-files.outputs.any_changed == 'true'
8681
run: helm kubeval ci/helm-chart
8782

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-
uses: andymckay/[email protected]
92-
9383
lint-ts:
9484
name: Lint TypeScript files
9585
runs-on: ubuntu-latest
@@ -132,11 +122,6 @@ jobs:
132122
if: steps.changed-files.outputs.any_changed == 'true'
133123
run: yarn lint:ts
134124

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-
uses: andymckay/[email protected]
139-
140125
build:
141126
name: Build
142127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)