summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-11-26 11:40:42 +0100
committerGitHub <noreply@github.com>2021-11-26 11:40:42 +0100
commit5de02125d2ec192e683654210d024e7325d8e5f7 (patch)
tree5d03a800550061279b447b742e0dc720a56ec0be /.github
parent400ecc7ec9cb90d4422eed03bf5eb32a6c6e8a6c (diff)
Temporarily disable Azure roundrip (#641)
Works manually but not from workflows anymore
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-test-workflow.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index 51030858..539f1835 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -210,6 +210,8 @@ jobs:
- name: Run Smoke Test for Azure
run: ./ci/ci_smoke_test_az.sh
+ # Temporarily continue on error
+ continue-on-error: true
env:
C8YDEVICE: ${{ secrets.SECRET_C8YDEVICE }}
SASKEYQUEUE: ${{ secrets.SASKEYQUEUE }}