Skip to content

Commit c5afc1d

Browse files
committed
FIX: What
1 parent b76f80e commit c5afc1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/autopush.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
git config --global user.email "[email protected]"
2525
COMMIT_MESSAGE=$(git show -s --format=%s)
2626
# Detect dependabot and pre-commit.ci commit messages
27-
# mne-bot PRs (SPEC0, credit) shouldn't need it since we commit with mne-bot user
2827
if [[ "$COMMIT_MESSAGE" == '[dependabot]'* ]] || [[ "$COMMIT_MESSAGE" == '[pre-commit.ci]'* ]] ; then
2928
echo "Pushed commit to run CircleCI for: $COMMIT_MESSAGE" | tee -a $GITHUB_STEP_SUMMARY
3029
git commit --allow-empty -m "mne[bot] Push commit to run CircleCI"

0 commit comments

Comments
 (0)