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: