Skip to content

Commit

Permalink
Merge pull request #207 from turkenf/change-runs-on
Browse files Browse the repository at this point in the history
Run on e2-standard-8
  • Loading branch information
turkenf committed Jun 27, 2024
2 parents 854e7a0 + 45acd73 commit 73a58c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:

jobs:
debug:
runs-on: [e2-standard-8, linux]
runs-on: e2-standard-8
steps:
- name: Debug
run: |
Expand All @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-provider-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73a58c1

Please sign in to comment.