Skip to content

RSDK-3324 - Refactor carto_grpc_server to move initialization into IO-bound and non-IO-bound functions #116

RSDK-3324 - Refactor carto_grpc_server to move initialization into IO-bound and non-IO-bound functions

RSDK-3324 - Refactor carto_grpc_server to move initialization into IO-bound and non-IO-bound functions #116

name: Pull Request Close
concurrency:
group: pullrequest-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request_target:
branches: [ 'main' ]
types: [ 'closed' ]
jobs:
appimage_clean:
name: Remove PR AppImages
runs-on: ubuntu-latest
steps:
- name: Authorize GCP
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
- name: Delete Files
run: |
gsutil rm "gs://packages.viam.com/apps/slam-server/carto_grpc_server-pr-${{ github.event.pull_request.number }}-*" || true