diff --git a/.github/workflows/helm-loki-ci.yml b/.github/workflows/helm-loki-ci.yml index ca4daaaeb467b..7a28505791184 100644 --- a/.github/workflows/helm-loki-ci.yml +++ b/.github/workflows/helm-loki-ci.yml @@ -7,6 +7,8 @@ on: jobs: publish-diff: + # temporarily disable the workflow for the PRs where PRs branch is from fork. + if: github.event.pull_request.head.repo.full_name == github.repository name: Publish Rendered Helm Chart Diff runs-on: ubuntu-latest steps: