Skip to content

Commit

Permalink
chore(ci): requires success of validate job before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jycssu-com committed Nov 12, 2023
1 parent 0db3813 commit 9fabb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
deploy:
name: Deploy to pre-production
runs-on: ubuntu-latest
needs: validate
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
deploy:
name: Deploy to production
runs-on: ubuntu-latest
needs: validate
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9fabb1a

Please sign in to comment.