Compare commits

...

3 Commits

Author SHA1 Message Date
James Reynaldi dfc09dd730 Fix-Demo-3 2024-05-31 10:12:28 +02:00
James Reynaldi 584d895bc3 Fix-Demo-2 2024-05-31 09:51:04 +02:00
James Reynaldi bd2c0fe475 Fix-Demo 2024-05-29 17:19:24 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ jobs:
deploy_to_azure:
runs-on: ubuntu-20.04
name: Deploy demo app to Microsoft Azure
if: github.repository == 'Taskana/taskana' && github.ref == 'refs/heads/master' && github.head_ref == ''
if: github.repository == 'Taskana/taskana' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/deploy-demo-fix') && github.head_ref == ''
needs: [ test_frontend, test_e2e, test_backend ]
steps:
- name: Git checkout
@ -462,7 +462,7 @@ jobs:
- name: Wait for Azure for 60 seconds
uses: jakejarvis/wait-action@master
with:
time: '60s'
time: '100s'
- name: Smoke test documentation
run: ci/verify_docs_alive.sh
- name: Cancel workflow