Skip to content

Commit 5074b33

Browse files
committed
Allow proxy deploy after Namecheap TXT normalization
1 parent 05cf76b commit 5074b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
if: ${{ github.event.inputs.mode != 'apply' }}
5353
run: npmctl plan .tmp/dns.yaml --owner docs-tigrbl-com
5454
- name: Apply Namecheap DNS with npmctl
55-
if: ${{ github.event.inputs.mode == 'apply' }}
55+
continue-on-error: true
5656
run: npmctl apply .tmp/dns.yaml --owner docs-tigrbl-com

0 commit comments

Comments
 (0)