We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251e18f commit d9d8c9aCopy full SHA for d9d8c9a
.github/workflows/azure-cleanup.yml
@@ -30,6 +30,7 @@ on:
30
jobs:
31
clean_up:
32
name: Clean up Azure Resource Groups
33
+ runs-on: ubuntu-latest
34
steps:
35
- name: Azure Login
36
uses: azure/login@v1
.github/workflows/gcr-cleanup.yml
name: Clean up GCR Services
- id: auth
name: Configure GCR credentials
@@ -43,4 +44,4 @@ jobs:
43
44
version: ">= 363.0.0"
45
46
- name: gcloud CLI Cleanup
- run: gcloud run services list --format="table(name)" | xargs -P 10 -n1 gcloud run services delete --region us-west1 --quiet
47
+ run: gcloud run services list --format="table[no-heading](name)" | xargs -P 10 -n1 gcloud run services delete --region us-west1 --quiet
0 commit comments