self-hosted gha test

This commit is contained in:
STAM 2024-12-09 17:53:43 +03:00
commit 9186fce54e
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
build-images:
name: EpicMorg Advanced Images
runs-on: ubuntu-24.04
runs-on: self-hosted
steps:
- uses: actions/checkout@v4

View File

@ -9,7 +9,7 @@ jobs:
build-tca-main-images:
name: Build EpicMorg TeamCity Agent Main Images
runs-on: ubuntu-24.04
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
@ -29,7 +29,7 @@ jobs:
build-tca-other-images:
name: Build EpicMorg TeamCity Agent Oter Images
runs-on: ubuntu-24.04
runs-on: self-hosted
needs: build-tca-main-images
steps: