Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/beam_CleanUpGCPResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: [self-hosted, ubuntu-24.04, main]
timeout-minutes: 100
strategy:
matrix:
matrix:
job_name: [beam_CleanUpGCPResources]
job_phrase: [Run Clean GCP Resources]
if: |
Expand All @@ -73,11 +73,12 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
disable-cache: true
python-version: default
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
- name: Install gcloud bigtable cli
run: gcloud components install cbt
- name: run cleanup GCP resources
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :beam-test-tools:cleanupOtherStaleResources
gradle-command: :beam-test-tools:cleanupOtherStaleResources
Loading