Skip to content

Commit

Permalink
feat: Right sized the action pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Haghighat committed Jan 8, 2024
1 parent 71c7703 commit a8fdd57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: neo-x86-medium
runs-on: neo-x86-small
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
release:
runs-on: neo-x86-medium
runs-on: neo-x86-small
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
release:
runs-on: neo-x86-medium
runs-on: neo-x86-small
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8fdd57

Please sign in to comment.