Skip to content

Commit 1e977f3

Browse files
fixed
1 parent 2c341bb commit 1e977f3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ jobs:
314314
echo "✅ WAF workaround applied successfully"
315315
316316
- name: Assign Contributor role to Service Principal
317+
continue-on-error: true
317318
if: always()
318319
env:
319320
INPUT_RESOURCE_GROUP_NAME: ${{ inputs.RESOURCE_GROUP_NAME }}

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ jobs:
322322
Write-Host "✅ WAF workaround applied successfully"
323323
324324
- name: Assign Contributor role to Service Principal
325+
continue-on-error: true
325326
if: always()
326327
shell: bash
327328
env:

0 commit comments

Comments
 (0)