Skip to content

Commit

Permalink
Remove setup-gcloud as they are not in java_tests and python_tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shunping authored Oct 10, 2024
1 parent 75d804c commit 538db45
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
skip_install: true
- name: run scheduled javaPostcommitIOPerformanceTests script
if: github.event_name == 'schedule' #This ensures only scheduled runs publish metrics publicly by changing which exportTable is configured
uses: ./.github/actions/gradle-command-self-hosted-action
Expand Down

0 comments on commit 538db45

Please sign in to comment.