Skip to content

Commit 71e80e9

Browse files
committed
use release version of renku-actions
1 parent 758a512 commit 71e80e9

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
@@ -77,7 +77,7 @@ jobs:
7777
kubectl get nodes
7878
- name: renku build and deploy
7979
if: needs.check-deploy.outputs.pr-contains-string == 'true'
80-
uses: SwissDataScienceCenter/renku-actions/deploy-renku@deploy-renku-add-azure
80+
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.18.0
8181
env:
8282
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
8383
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
@@ -136,7 +136,7 @@ jobs:
136136
sessionBasics,
137137
]
138138
steps:
139-
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@allow-running-cypress-on-azure
139+
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.18.0
140140
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
141141
with:
142142
e2e-folder: cypress/e2e/v2/

0 commit comments

Comments
 (0)