This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Commit 78f3232
committed
fix: remove redundant workflows and fix GitHub Actions failures
Workflow optimizations:
- Remove CodeQL from workflow (using GitHub's default setup instead)
- Remove Vercel deployment steps (handled by Vercel GitHub integration)
- Rename "Build & Deploy" to "Build Test" for clarity
- Fix invalid Vercel action SHA that caused workflow failure
This simplifies our CI/CD pipeline by:
1. Eliminating duplicate security scanning (CodeQL)
2. Removing redundant deployment steps (Vercel auto-deploys)
3. Focusing workflows on testing and validation only
4. Letting integrations handle their specialized tasks1 parent 8503c39 commit 78f3232
1 file changed
Lines changed: 2 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 113 | | |
131 | 114 | | |
132 | 115 | | |
| |||
0 commit comments