Skip to content
Prev Previous commit
Next Next commit
Revert "attempts to disable pr preview"
This reverts commit 3cdb8b6.
  • Loading branch information
owen-d committed Jan 6, 2025
commit e196988f0e3e2953b90343a6a462abc813ac880f
4 changes: 1 addition & 3 deletions .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:

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