Skip to content
Prev Previous commit
Next Next commit
attempts to disable pr preview
  • Loading branch information
owen-d committed Jan 6, 2025
commit 3cdb8b639aec3e7c1a48ab0b3e5a33fae16944d6
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
Loading