Skip to content

Commit

Permalink
modified checkout PRs branch step to support the case when PRs branch…
Browse files Browse the repository at this point in the history
… is from another repository

Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
  • Loading branch information
vlad-diachenko committed Sep 18, 2024
1 parent 16881ab commit 521af39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/helm-loki-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: ${{ github.workspace }}/pr

- name: Render Helm chart for each scenario in the base branch
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/scenarios/ingress-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gateway:
pathType: Prefix
loki:
commonConfig:
replication_factor: 1
replication_factor: 3
useTestSchema: true
storage:
bucketNames:
Expand Down

0 comments on commit 521af39

Please sign in to comment.