Skip to content

Commit

Permalink
refactor: optimize CI/CD workflows
Browse files Browse the repository at this point in the history
- Simplify artifact handling to fix upload issues
- Add quality checks (lint and test) to both workflows
- Make preview checks non-blocking for PRs
- Enforce strict checks for production
- Remove unnecessary complexity
- Improve error handling and feedback
  • Loading branch information
aliakbar-deriv committed Jan 8, 2025
1 parent 5156da9 commit 9723a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ jobs:
owner: owner,
repo: repo,
body: body
});
});

0 comments on commit 9723a12

Please sign in to comment.