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