Skip to content

Commit

Permalink
remove environment from release task
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Apr 27, 2022
1 parent 322bc74 commit 763807d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows-source/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: Production
needs: check_release
concurrency:
group: release
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: Production
needs: check_release
concurrency:
group: release
Expand Down

0 comments on commit 763807d

Please sign in to comment.