We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d3be commit 3777b33Copy full SHA for 3777b33
.github/workflows/deploy.yaml
@@ -101,7 +101,7 @@ jobs:
101
push: true
102
verify-published:
103
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
+ runs-on: ${{ inputs.k8s-environment == 'develop' && 'self-hosted' || 'ubuntu-latest' }}
105
if: ${{ inputs.image != 'ghcr.io/sillsdev/lexbox-hgweb' }}
106
needs: deploy
107
strategy:
0 commit comments