From 2c067f5de29e36cd43b19e37cf3f7dcaae44c7ef Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 14:10:03 -0700 Subject: [PATCH] chore: action test --- .github/workflows/main.yml | 2 ++ .github/workflows/pull-request-web.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 301020cb2..d5d4e3973 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -180,6 +180,8 @@ jobs: run: working-directory: web runs-on: ubuntu-latest + environment: + name: production needs: [lint-web] steps: - name: Checkout repo diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index 688f8935f..4e9bff93d 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -46,6 +46,8 @@ jobs: run: working-directory: web runs-on: ubuntu-latest + environment: + name: production needs: [lint-web] steps: - name: Checkout repo