Skip to content

Commit 3777b33

Browse files
committed
only use self-hosted for verifying develop
1 parent 345d3be commit 3777b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
push: true
102102
verify-published:
103103
name: Verify ${{ matrix.verify.name }} Published
104-
runs-on: self-hosted #only self hosted can access develop, so we should just run all our verify tests on self hosted
104+
runs-on: ${{ inputs.k8s-environment == 'develop' && 'self-hosted' || 'ubuntu-latest' }}
105105
if: ${{ inputs.image != 'ghcr.io/sillsdev/lexbox-hgweb' }}
106106
needs: deploy
107107
strategy:

0 commit comments

Comments
 (0)