Skip to content

Commit

Permalink
Merge pull request #29 from GoogleCloudPlatform/main
Browse files Browse the repository at this point in the history
Use [self-hosted, it] for prepare java cache workflow (GoogleCloudPlatform#2080)
  • Loading branch information
akashthawaitcc authored Dec 23, 2024
2 parents 04bac39 + 8e7ae4f commit f618128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-java-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache_dependencies:
name: Cache Java Dependencies
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: [self-hosted, it]
steps:
- name: Set Manual Key
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit f618128

Please sign in to comment.