From 6c49cc07305e823fc0f405f515b39e3ddc649303 Mon Sep 17 00:00:00 2001 From: Semir Ajruli <5180268+edspace@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:37:00 +0100 Subject: [PATCH] fix(ci): Revert "fixed `Publish Rendered Helm Chart Diff` workflow" (#15506) --- .github/workflows/helm-loki-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-loki-ci.yml b/.github/workflows/helm-loki-ci.yml index 6c951cb689ff4..7ecac70227211 100644 --- a/.github/workflows/helm-loki-ci.yml +++ b/.github/workflows/helm-loki-ci.yml @@ -1,14 +1,14 @@ --- name: helm-loki-ci on: - # It runs with the configuration from base branch, so the changes of this file from the PR won't be taken into account until they are merged into main. see: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target . - # This change is required to allow this CI to be run on Pull Requests opened from a fork repository - pull_request_target: + pull_request: paths: - "production/helm/loki/**" 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: