Update main.yml

This commit is contained in:
TomP101 2025-03-05 10:05:10 +01:00 committed by GitHub
parent c4fa9761de
commit e0d5682f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
build_image:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: self-hosted
needs: build
steps:
- uses: actions/checkout@v4
@ -69,7 +69,7 @@ jobs:
build_image_main:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
runs-on: self-hosted
needs: build
steps:
- uses: actions/checkout@v4