Skip to content

Commit

Permalink
Run on e2-standard-8
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <turkenf@gmail.com>
  • Loading branch information
turkenf committed Jun 27, 2024
1 parent 854e7a0 commit bcc0b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 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 bcc0b52

Please sign in to comment.