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 docs workflow speed and fix CodeQL config identity
- Remove `codeql` job from frontend-ci: frontend-codeql-analysis.yaml
runs independently via its own push/pull_request triggers, giving
code scanning a stable config identity on main; calling it again from
frontend-ci created a second identity that was never found on PRs
- Extend backend-warmup-cache to also compile mix-env dev (in addition
to test), so the docs job gets a cache hit on ex_doc deps which are
only: :dev
- 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 so the dev
cache is guaranteed to be populated before the docs job runs
- 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