You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: improve workflows and fix Frontend CI deadlock
- Remove `codeql` job from frontend-ci to resolve deadlock in
concurrency group 'Frontend CI-refs/heads/main' caused by a conflict
between the top-level workflow and the reusable CodeQL workflow
- Switch doc-generate mix-env from `dev` to `test`, the task doesn't
require dev-specific config, and `test` is the env that
backend-warmup-cache pre-compile
- Add `fetch-depth: 1` for shallow clones of docs and interfaces repos
in docs-ci
- Add `needs: [warmup-cache]` to the docs job in backend-ci
- Inline `shell: bash` per step in doc-publish instead of using defaults
- Add description fields to doc-generate and doc-publish composite
actions
Signed-off-by: Omar <omar.brbutovic@secomind.com>
0 commit comments