From 37a2962f9c12fbc86afa4125ad068b3ab4d88e85 Mon Sep 17 00:00:00 2001 From: Tanner Doshier Date: Tue, 5 Nov 2024 16:18:17 -0500 Subject: [PATCH] More broken doc link updates --- template-only-docs/set-up-pr-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-only-docs/set-up-pr-environments.md b/template-only-docs/set-up-pr-environments.md index 9aae59a97..bcfe92bc4 100644 --- a/template-only-docs/set-up-pr-environments.md +++ b/template-only-docs/set-up-pr-environments.md @@ -2,7 +2,7 @@ [Pull request environments](/docs/infra/pull-request-environments.md) are temporary environments that exist during a pull request. Enable them after [setting up the app environment](/docs/infra/set-up-app-env.md): -- In [ci-{{app_name}}-pr-environment-checks.yml](/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml) and [ci-{{app_name}}-pr-environment-destroy.yml](/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml), search for `!!`. +- In [ci-{{app_name}}-pr-environment-checks.yml](/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja) and [ci-{{app_name}}-pr-environment-destroy.yml](/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja), search for `!!`. - Uncomment the PR environment triggers for spot testing. Run `nava-platform update --data is_dev_env_setup=true` to consistently enable things. You can verify that PR environments are working by opening a new PR and waiting for the "PR Environment Update" job to finish.