File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
42
42
rm -rf /tmp/.buildx-cache
43
43
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
44
44
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
47
47
48
48
- name : Trigger a repository dispatch
49
49
run : |
50
50
curl -X POST \
51
51
-H "Authorization: token ${{ secrets.PAT_TRIGGER_GRAFANA }}" \
52
52
-H "Accept: application/vnd.github.everest-preview+json" \
53
53
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