Skip to content

Commit

Permalink
Merge pull request #537 from chainbound/self-hosted
Browse files Browse the repository at this point in the history
chore(ci): run on self-hosted
  • Loading branch information
merklefruit authored Dec 9, 2024
2 parents 08f6aca + 21cbcaa commit 271644b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bolt_boost_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
cargo-tests:
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 10
env:
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bolt_cli_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
cargo-tests:
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 10
env:
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bolt_sidecar_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
cargo-tests:
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 20
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 271644b

Please sign in to comment.