RSDK-9728 Do not assert on old client for TCP mod manager test #3613
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Close | |
concurrency: | |
group: pullrequest-${{ github.head_ref }} | |
cancel-in-progress: true | |
on: | |
pull_request_target: | |
branches: [ main ] | |
types: [ closed ] | |
jobs: | |
clean_binaries: | |
name: Remove PR AppImages/Binaries | |
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/viam-server/viam-server-pr-${{ github.event.pull_request.number }}-*" || true |