Skip to content

Commit 077fcf6

Browse files
committed
fix URLS
1 parent 65b30ff commit 077fcf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-test-azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
environment:
4949
name: ci-renku-${{ github.event.number }}
50-
url: https://ci-renku-${{ github.event.number }}.dev.renku.ch
50+
url: https://ci-renku-${{ github.event.number }}.dev.azure.renku.ch
5151
steps:
5252
- name: Azure login
5353
uses: azure/login@v2
@@ -100,7 +100,7 @@ jobs:
100100
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
101101
issue-number: ${{ github.event.pull_request.number }}
102102
body: |
103-
You can access the deployment of this PR at https://ci-renku-${{ github.event.number }}.dev.renku.ch
103+
You can access the deployment of this PR at https://ci-renku-${{ github.event.number }}.dev.azure.renku.ch
104104
105105
cypress-acceptance-tests:
106106
name: Cypress tests on Azure

0 commit comments

Comments
 (0)