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 97af1dd commit 00bc904Copy full SHA for 00bc904
1 file changed
.github/workflows/pull-request-test.yml
@@ -261,6 +261,7 @@ jobs:
261
renku-reference: ${{ github.ref }}
262
renku-release: ci-renku-${{ github.event.number }}
263
test-user-password: ${{ secrets.RENKU_BOT_DEV_PASSWORD }}
264
+ kubernetes-cluster-fqdn: ${{ needs.check-deploy.outputs.azure-deploy == 'true' && 'dev.azure.renku.ch' || 'dev.renku.ch' }}
265
266
cypress-acceptance-tests:
267
name: Cypress tests
0 commit comments