Skip to content

Commit

Permalink
Workflow順序の問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nkte8 committed May 7, 2024
1 parent b703ca8 commit fee0a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual_build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
contents: write

deploy_frontend:
needs: ["get_env_name"]
if: ${{ ! failure() }}
needs: ["get_env_name", "format_code"]
environment:
name: ${{ needs.get_env_name.outputs.env_name }}
url: ${{ steps.published.outputs.pageurl }}
Expand Down

0 comments on commit fee0a45

Please sign in to comment.