We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25370f5 commit b4e1d57Copy full SHA for b4e1d57
1 file changed
.github/workflows/beam_CleanUpGCPResources.yml
@@ -54,7 +54,7 @@ jobs:
54
runs-on: [self-hosted, ubuntu-24.04, main]
55
timeout-minutes: 100
56
strategy:
57
- matrix:
+ matrix:
58
job_name: [beam_CleanUpGCPResources]
59
job_phrase: [Run Clean GCP Resources]
60
if: |
@@ -73,11 +73,12 @@ jobs:
73
uses: ./.github/actions/setup-environment-action
74
with:
75
disable-cache: true
76
+ python-version: default
77
- name: Setup gcloud
78
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
79
- name: Install gcloud bigtable cli
80
run: gcloud components install cbt
81
- name: run cleanup GCP resources
82
uses: ./.github/actions/gradle-command-self-hosted-action
83
- gradle-command: :beam-test-tools:cleanupOtherStaleResources
84
+ gradle-command: :beam-test-tools:cleanupOtherStaleResources
0 commit comments