From 9cbb3d7f1358821c6f2f13113fce83738a102bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Thu, 27 Jun 2024 18:53:26 +0300 Subject: [PATCH] Run on e2-standard-8 second MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- .github/workflows/publish-provider-family.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-provider-family.yml b/.github/workflows/publish-provider-family.yml index 2f0d714..0046eea 100644 --- a/.github/workflows/publish-provider-family.yml +++ b/.github/workflows/publish-provider-family.yml @@ -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