Skip to content

Commit 49e45e4

Browse files
edspacemveitas
authored andcommitted
fix(ci): Revert "fixed Publish Rendered Helm Chart Diff workflow" (grafana#15506)
1 parent 24646b8 commit 49e45e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helm-loki-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: helm-loki-ci
33
on:
4-
# 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 .
5-
# This change is required to allow this CI to be run on Pull Requests opened from a fork repository
6-
pull_request_target:
4+
pull_request:
75
paths:
86
- "production/helm/loki/**"
97

108
jobs:
119
publish-diff:
10+
# temporarily disable the workflow for the PRs where PRs branch is from fork.
11+
if: github.event.pull_request.head.repo.full_name == github.repository
1212
name: Publish Rendered Helm Chart Diff
1313
runs-on: ubuntu-latest
1414
steps:

0 commit comments

Comments
 (0)