Skip to content

Commit 44df47b

Browse files
committed
changes
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
1 parent 70cb5ee commit 44df47b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate-generated-files.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ jobs:
4040
python-version: 3.9
4141

4242
- name: Install protobuf dependencies & kfp-pipeline-spec
43-
if: ${{ steps.forward-api-port.outcome == 'success' }}
4443
id: install-protobuf-deps
4544
uses: ./.github/actions/protobuf
4645
with:
4746
generate_golang_proto: "true"
4847

4948
- name: Install kfp & kfp-kubernetes from source
50-
if: ${{ steps.install-protobuf-deps.outcome == 'success' }}
5149
id: install-kfp-k8s-deps
5250
uses: ./.github/actions/kfp-k8s
5351
with:

0 commit comments

Comments
 (0)