From 763807d5a4046eabc228e05e110dfbdecb34b9b8 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Wed, 27 Apr 2022 02:39:31 -0700 Subject: [PATCH] remove environment from release task --- .github/workflows-source/ci.yaml | 2 -- .github/workflows/ci.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows-source/ci.yaml b/.github/workflows-source/ci.yaml index 0d359f16..b4a82b51 100644 --- a/.github/workflows-source/ci.yaml +++ b/.github/workflows-source/ci.yaml @@ -183,8 +183,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - environment: - name: Production needs: check_release concurrency: group: release diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa3b617a..e3c8e279 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -282,8 +282,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - environment: - name: Production needs: check_release concurrency: group: release