Skip to content

Commit

Permalink
ci: temporarily disable the workflow for the PRs where PRs branch is …
Browse files Browse the repository at this point in the history
…from (#14188)

Signed-off-by: Vladyslav Diachenko <[email protected]>
  • Loading branch information
vlad-diachenko authored Sep 19, 2024
1 parent 900751c commit 64bfcee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-loki-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64bfcee

Please sign in to comment.