Skip to content

Commit

Permalink
fix(ci): remove duplicated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Dec 3, 2023
1 parent d82d4c3 commit 8408f57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: pnpm install
- name: Check project styles
run: pnpm check
- name: Check project styles
run: pnpm check
- name: Pull environment information
run: pnpm prod:setup --token=${{ secrets.VERCEL_TOKEN }}
- name: Build artifacts
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: pnpm install
- name: Check project styles
run: pnpm check
- name: Check project styles
run: pnpm check
- name: Pull environment information
run: pnpm stag:setup --token=${{ secrets.VERCEL_TOKEN }}
- name: Build artifacts
Expand Down

0 comments on commit 8408f57

Please sign in to comment.