Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Skip running cc based pipelines if PR is from a fork (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
saji-pivotal authored Sep 12, 2022
1 parent 48a7073 commit f470b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tkg_integration_tests_clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
run: rm -rf ~/.tanzu ~/.tkg ~/.config; docker kill $(docker ps -q) | true; docker system prune -a --volumes -f

- name: Run TKG integration tests
if: ${{ env.gcp_bucket_sa != '' }}
run: |
if [[ ! -z "${{ needs.build-and-publish-packages.outputs.bompath }}" ]]; then
export TKG_DEFAULT_COMPATIBILITY_IMAGE_PATH=${{ needs.build-and-publish-packages.outputs.bompath }}
Expand Down

0 comments on commit f470b6c

Please sign in to comment.