Skip to content

Commit

Permalink
Fix worker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol committed Feb 2, 2024
1 parent c29439d commit 6aa2895
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bridge-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_bridge:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_bridge:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_bridge:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_explorer:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_explorer:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_explorer:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_stats:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_stats:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_deploy_stats:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected]
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
Expand Down

0 comments on commit 6aa2895

Please sign in to comment.