Skip to content

Commit

Permalink
attempts to disable pr preview
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Jan 6, 2025
1 parent 9bee54d commit 3cdb8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:

jobs:
deploy-pr-preview:
if: github.repository == 'grafana/loki'
# if: github.repository == 'grafana/loki'
# disabled while under investigation
if: foo == bar
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
with:
sha: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 3cdb8b6

Please sign in to comment.