🤷‍♂️

This commit is contained in:
Adam Warner 2023-07-04 10:42:51 +01:00 committed by GitHub
parent 0c2448d78f
commit a1dc90114e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
GIT_BRANCH: ${{ steps.variables.outputs.GIT_BRANCH }}
OUTPUT_DIR: ${{ steps.variables.outputs.OUTPUT_DIR }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
-
name: Checkout code
@ -150,7 +150,7 @@ jobs:
deploy:
if: github.event_name != 'pull_request'
needs: [smoke-tests, build]
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
-
name: Checkout code