Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/import-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
import-time:
name: Import Time Gate
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
env:
PACKAGE_NAME: rogue
THRESHOLD_SECONDS: "2.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
codestyle:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
retention-days: 90

publish_rogue_ai_sdk:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: build
permissions:
contents: read
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
packages-dir: "./dist/rogue-ai-sdk"

publish_rogue_ai:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: build
permissions:
contents: read
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
packages-dir: "./dist/rogue-ai"

create_github_release:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
needs:
- publish_rogue_ai
- publish_rogue_ai_sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rogue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
rogue_sanity:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 15
# Only run for PRs from within the same repository, not from forks
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
strategy:
matrix:
python-version:
Expand Down
Loading