Skip to content

Commit

Permalink
Use [self-hosted, it] for prepare java cache workflow (GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad authored Dec 20, 2024
1 parent edee6a7 commit 8e7ae4f
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 8e7ae4f

Please sign in to comment.