From 45acd738ddf541e35cbbc47fc99c9399da7a6505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Thu, 27 Jun 2024 18:23:22 +0300 Subject: [PATCH] Run on e2-standard-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- .github/workflows/pr-comment-trigger.yml | 6 +++--- .github/workflows/publish-provider-family.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-comment-trigger.yml b/.github/workflows/pr-comment-trigger.yml index 25f52a0..29ca05a 100644 --- a/.github/workflows/pr-comment-trigger.yml +++ b/.github/workflows/pr-comment-trigger.yml @@ -42,7 +42,7 @@ on: jobs: debug: - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 steps: - name: Debug run: | @@ -55,7 +55,7 @@ jobs: if: ${{ (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'CONTRIBUTOR' ) && github.event.issue.pull_request && contains(github.event.comment.body, inputs.trigger-keyword ) }} - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 outputs: example_list: ${{ steps.get-example-list-name.outputs.example-list }} example_hash: ${{ steps.get-example-list-name.outputs.example-hash }} @@ -112,7 +112,7 @@ jobs: if: ${{ (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'CONTRIBUTOR' ) && github.event.issue.pull_request && contains(github.event.comment.body, inputs.trigger-keyword ) }} - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 needs: get-example-list steps: diff --git a/.github/workflows/publish-provider-family.yml b/.github/workflows/publish-provider-family.yml index 1887c7e..2f0d714 100644 --- a/.github/workflows/publish-provider-family.yml +++ b/.github/workflows/publish-provider-family.yml @@ -64,7 +64,7 @@ env: jobs: index: - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 outputs: indices: ${{ steps.calc.outputs.indices }} steps: