We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c341bb commit 1e977f3Copy full SHA for 1e977f3
2 files changed
.github/workflows/job-deploy-linux.yml
@@ -314,6 +314,7 @@ jobs:
314
echo "✅ WAF workaround applied successfully"
315
316
- name: Assign Contributor role to Service Principal
317
+ continue-on-error: true
318
if: always()
319
env:
320
INPUT_RESOURCE_GROUP_NAME: ${{ inputs.RESOURCE_GROUP_NAME }}
.github/workflows/job-deploy-windows.yml
@@ -322,6 +322,7 @@ jobs:
322
Write-Host "✅ WAF workaround applied successfully"
323
324
325
326
327
shell: bash
328
0 commit comments