Skip to content

Commit

Permalink
Run all actions on self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 1, 2023
1 parent d3cf8d0 commit b98d2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build:
name: Import Check
runs-on: ubuntu-latest
runs-on: self-hosted
steps:

- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-network-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
run-and-check:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-network-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
deploy:
environment: feature
runs-on: ubuntu-latest
runs-on: self-hosted
env:
DOCKER_BUILDKIT: 1
steps:
Expand Down

0 comments on commit b98d2c3

Please sign in to comment.