Skip to content

Commit

Permalink
Run on self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3rfan committed Oct 21, 2024
1 parent 4975ce0 commit 74c4e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-and-test:
runs-on: ubuntu-22.04
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: sh scripts/test-local.sh

login-and-deploy:
runs-on: ubuntu-22.04
runs-on: self-hosted
needs: build-and-test
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
steps:
Expand Down

0 comments on commit 74c4e3e

Please sign in to comment.