We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb78d commit 40ba045Copy full SHA for 40ba045
.github/workflows/dc_registry_delete_bulk.yml
@@ -52,6 +52,7 @@ jobs:
52
strategy:
53
matrix:
54
app_name: ${{ fromJson(needs.dc-generate-matrix.outputs.app_name) }}
55
+ continue-on-error: true
56
steps:
57
# Checkout the repository to the GitHub Actions runner
58
- name: Checkout cicd-deployment-scripts
0 commit comments