DashboardfossilizeAlways verify workflow run results and …

Always verify workflow run results and identify the next manual step after triggering CI/CD

Category: preference
Confidence: 0.60
ID: 019e51c7-69d5-7ada-895d-d23f21935fd0
Project ID: b075a555-f2ea-4652-a165-2e3407d916e7
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-06-10 21:57:12
Updated: 2026-06-10 21:57:12

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 2 2026-06-25

Content

After triggering a GitHub Actions workflow (release, build, publish), check all job statuses to confirm success, then identify the specific next manual action. For Craft-based releases: find the publish issue URL from workflow logs, verify CI passes on the release/X.Y.Z branch, then add the accepted label to trigger npm publish. Track each job individually. The workflow run is a checkpoint — always ask 'what do I need to do next?' Also watch for deprecation warnings (e.g. app-idclient-id in actions/create-github-app-token@v3) and fix them in follow-up PRs.

Move to: