Skip to content

Commit

Permalink
fix(ci): Revert "fixed Publish Rendered Helm Chart Diff workflow" (#…
Browse files Browse the repository at this point in the history
…15511)

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Co-authored-by: Semir Ajruli <5180268+edspace@users.noreply.github.com>
  • Loading branch information
chaudum and edspace authored Dec 20, 2024
1 parent 3d694b6 commit 09d1085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-loki-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 09d1085

Please sign in to comment.