Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generation of BIDS changelog #1836

Merged
merged 18 commits into from
Jun 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TMP: to be reverted. testing gen and lint on non-master
  • Loading branch information
sappelhoff committed Jun 1, 2024
commit 26a77057e0f5ea1bcb3bfe2548a00ca42744d9b2
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,10 @@ workflows:
- check_links:
requires:
- build_docs
- github_changelog_generator:
filters:
branches:
only: master
- github_changelog_generator
- lint_generated_changelog:
requires:
- github_changelog_generator
filters:
branches:
only: master
- commit_generated_changelog:
requires:
- lint_generated_changelog
Expand Down