Skip to content

Fix index workflow: schedule belongs under on, not concurrency - #201

Merged
bendichter merged 1 commit into
masterfrom
fix-index-workflow
Aug 21, 2026
Merged

Fix index workflow: schedule belongs under on, not concurrency#201
bendichter merged 1 commit into
masterfrom
fix-index-workflow

Conversation

@bendichter

Copy link
Copy Markdown
Member

The index workflow has failed on every push since #195 merged, so notebooks.dandiarchive.org is stale (it still shows the pre-rename title). Cause: the concurrency block added in #195 was inserted ahead of the existing schedule trigger, leaving schedule nested under concurrency. That is valid YAML, which is why the pre-merge check passed, but an invalid workflow for GitHub, which fails the run before any job is created. This moves schedule back under on. Validated with actionlint (its only remaining note is the pre-existing peaceiris/actions-gh-pages@v3 deprecation warning, which is a separate, non-urgent update).

Merging triggers a push-event render, which brings the site current with master (rename, newest-first ordering, mobile layout, 001528).

🤖 Generated with Claude Code

The concurrency block added in #195 was inserted before the existing
schedule trigger, which left schedule nested under concurrency. The
file stayed valid YAML, so the pre-merge check passed, but GitHub
rejects it as an invalid workflow, and every index run since has failed
before creating a job. The live site has therefore been stale since
then. Validated with actionlint.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bendichter
bendichter merged commit 1b39170 into master Aug 21, 2026
2 of 3 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Preview for this PR has been removed (PR closed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant