Skip to content

Commit 24dc6ca

Browse files
committed
test
1 parent 003caf0 commit 24dc6ca

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
@@ -310,7 +310,7 @@ jobs:
310310
--from-literal=url="postgres://coder:coder@coder-db-postgresql.pr${{ env.PR_NUMBER }}.svc.cluster.local:5432/coder?sslmode=disable"
311311
312312
- name: Create a kubeconfig for the workspace
313-
if: needs.get_info.outputs.NEW == 'true'
313+
# if: needs.get_info.outputs.NEW == 'true' uncomment this after testing
314314
# This service account will be used to grant full access to the namespace from the workspace
315315
run: |
316316
set -e pipefail

0 commit comments

Comments
 (0)