Skip to content

Commit

Permalink
crates please
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Sep 25, 2024
1 parent 9ba41cc commit fad98c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

jobs:
test:
runs-on: "nscloud-ubuntu-22.04-amd64-4x16"

runs-on: namespace-profile-standard-ubuntu22-amd64
steps:
- name: clone code
uses: namespacelabs/nscloud-checkout-action@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "crates/**"

jobs:
test-rust:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: "nscloud-ubuntu-22.04-amd64-4x16"
runs-on: namespace-profile-standard-ubuntu22-amd64
strategy:
matrix:
python-version: ["3.10"]
Expand Down

0 comments on commit fad98c6

Please sign in to comment.