Skip to content

Commit f268e23

Browse files
authored
revert fork condition (#459)
1 parent f2b890d commit f268e23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,10 @@ jobs:
368368
369369
make -e build
370370
- name: Publish Docker image and Helm chart
371-
if: ${{ !github.event.pull_request.head.repo.fork }}
372371
run: make -e publish
373372
# Output the name of the published image to the Job output for later use
374373
- id: printtag
375374
name: Output image name and tag
376-
if: ${{ !github.event.pull_request.head.repo.fork }}
377375
run: echo "IMAGE_TAG=$(make -e print-docker-tag)" >> $GITHUB_OUTPUT
378376

379377
create_manifest_list:
@@ -415,7 +413,6 @@ jobs:
415413
416414
openshift_preflight:
417415
name: Run the OpenShift Preflight check on the published images
418-
if: ${{ !github.event.pull_request.head.repo.fork }}
419416
needs:
420417
- create_manifest_list
421418
- package_and_publish

0 commit comments

Comments
 (0)