File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 rm -rf /tmp/.buildx-cache
4343 mv /tmp/.buildx-cache-new /tmp/.buildx-cache
4444
45- - name : Deploy to Cloud Run
46- run : gcloud run deploy grafana-internal --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbit-prod-connector
45+ # - name: Deploy to Cloud Run
46+ # run: gcloud run deploy grafana-internal --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbit-prod-connector
4747
4848 - name : Trigger a repository dispatch
4949 run : |
5050 curl -X POST \
5151 -H "Authorization: token ${{ secrets.PAT_TRIGGER_GRAFANA }}" \
5252 -H "Accept: application/vnd.github.everest-preview+json" \
5353 https://api.github.com/repos/coderabbitai/mono/dispatches \
54- -d '{"event_type": "trigger-grafana-micro-frontend"}'
54+ -d '{"event_type": "trigger-grafana-micro-frontend"}'
You can’t perform that action at this time.
0 commit comments