Skip to content

Commit 73b4674

Browse files
committed
chore: Update CI workflow to change deployment dependency from 'bump' to 'lint-and-test' for improved job sequencing
1 parent 362848a commit 73b4674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run test:unit
3535

3636
deploy:
37-
needs: bump
37+
needs: lint-and-test
3838
uses: MaxiGarcia13/gh-actions/.github/workflows/deploy-to-vercel.yml@main
3939
secrets: inherit
4040
with:

0 commit comments

Comments
 (0)