mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-28 20:29:40 +03:00
The index-freshness gate raced update-index.yml. Both trigger on a push to main touching skills/**, so a merge that adds a skill runs the check against the pre-merge index.json while update-index.yml is regenerating it. Merging #129 turned main red for about fourteen minutes before the next push cleared it, with nothing actually wrong. The check still does its job where it matters - on pull requests, where the contributor is the one who has to regenerate. On main, update-index.yml is the mechanism that keeps it current, so verifying it in parallel only ever produces a false red.