From 94cdbc0290311718b0710860614f87cfc16efbdd Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 2 Jan 2024 16:27:21 -0500 Subject: [PATCH] CICD: External PRs should not fail (#2757) --- .github/workflows/pr_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 1bfcee1e9..f2b8924f0 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -6,6 +6,7 @@ on: env: cache-key: 1639697695 #Change to force cache reset `pwsh > Get-Date -UFormat %s` go-mod-path: /go/pkg/mod + BIND_DOMAIN: example.com jobs: build: