Skip to content

Commit 219a44b

Browse files
committed
do not force certificate creation
1 parent 0ec9c8a commit 219a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
fi
244244
245245
- name: Add DNS record to Cloudflare
246-
if: needs.get_info.outputs.NEW == 'true' || github.event.inputs.deploy == 'true'
246+
if: needs.get_info.outputs.NEW == 'true'
247247
run: |
248248
curl -X POST "https://api.cloudflare.com/client/v4/zones/${{ secrets.PR_DEPLOYMENTS_ZONE_ID }}/dns_records" \
249249
-H "Authorization: Bearer ${{ secrets.PR_DEPLOYMENTS_CLOUDFLARE_API_TOKEN }}" \

0 commit comments

Comments
 (0)