Skip to content

Commit 95dd819

Browse files
committed
♻️ Update handling of fully-specified paths from import YAML
1 parent 08b25ce commit 95dd819

File tree

4 files changed

+581
-341
lines changed

4 files changed

+581
-341
lines changed

.github/workflows/check_updated_preconfigs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
pip install nipype numpy matplotlib pandas pathvalidate pytz pyyaml voluptuous yamlordereddictloader
4545
python ./CPAC/utils/yaml_template.py
4646
if [[ ! -z $(git diff origin/${GITHUB_BRANCH}) ]]
47-
then
48-
git add CPAC/resources/configs
49-
git commit -m ":bulb: Update comments based on default preconfig"
50-
fi
47+
then
48+
git add CPAC/resources/configs
49+
git commit -m ":bulb: Update comments based on default preconfig"
5150
fi
5251
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
5352
if [[ ! "$COMMIT_MESSAGE" == *"Update version to"* ]]

0 commit comments

Comments
 (0)