Skip to content

Commit 605ee72

Browse files
authored
Merge pull request #2196 from NatLabRockies/ci_skip
Prevent automated CI pushes from triggering another CI run
2 parents 40369bd + 58985c0 commit 605ee72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
if [[ $(git diff --cached --exit-code) ]]; then
265265
git config --global user.email "github-action@users.noreply.github.com"
266266
git config --global user.name "GitHub Action"
267-
git commit -m "Latest results."
267+
git commit -m "Latest results. [skip ci]"
268268
echo "Pushing to branch: $branch_name"
269269
git push -u origin $branch_name
270270
fi

0 commit comments

Comments
 (0)