Skip to content

Commit

Permalink
Change release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Dec 6, 2023
1 parent bec8616 commit 5e974aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
name: Code coverage
if: startsWith(github.head_ref, 'release/')
runs-on: ubuntu-22.04
# needs: test
needs: build
needs: test
# needs: build
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -90,6 +90,7 @@ jobs:
if: startsWith(github.head_ref, 'release/')
runs-on: ubuntu-22.04
needs: coverage
# needs: build
outputs:
release_version: ${{ steps.parse.outputs.release_version }}
release_path: ${{ steps.parse.outputs.release_path }}
Expand Down Expand Up @@ -259,7 +260,7 @@ jobs:
environment: production
needs:
- prepare
# - deploy
- deploy
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5e974aa

Please sign in to comment.