fix: improve mobile admin layouts - #106
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c38e08d70
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| deploy: | ||
| needs: build | ||
| if: github.event_name == 'push' && github.ref == 'refs/heads/main' |
There was a problem hiding this comment.
Preserve deployment for manual workflow runs
When an operator starts this workflow through the still-enabled workflow_dispatch trigger, the build and artifact upload complete but this condition skips the only deployment job. This makes manual documentation redeployments ineffective even though they deployed before this change; allow workflow_dispatch runs here as well, or remove the manual trigger if build-only runs are intentional.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #106 +/- ##
=======================================
Coverage 94.77% 94.77%
=======================================
Files 21 21
Lines 4251 4251
Branches 1238 1238
=======================================
Hits 4029 4029
Misses 222 222
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Superseded by a clean PR containing only the mobile layout fixes. |
Summary
Verification