Skip to content

Commit

Permalink
Merge pull request #208 from turkenf/change-runs-on-second
Browse files Browse the repository at this point in the history
Run on e2-standard-8 second part
  • Loading branch information
turkenf committed Jun 27, 2024
2 parents 73a58c1 + 9cbb3d7 commit 86f6346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-provider-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
index: ${{ fromJSON(needs.index.outputs.indices) }}

needs: index
runs-on: [e2-standard-8, linux]
runs-on: e2-standard-8
steps:
- name: Cleanup Disk
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
Expand Down

0 comments on commit 86f6346

Please sign in to comment.