Skip to content

Commit 2d2b64d

Browse files
committed
Avoiding a CI run when docs and files are updated [skip ci]
1 parent 2f3453e commit 2d2b64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
git config --local user.email "[email protected]"
5151
git config --local user.name "Selenium CI Bot"
52-
git commit -m "Update tag in docs and files" -a
52+
git commit -m "Update tag in docs and files [skip ci]" -a
5353
- name: Push changes
5454
uses: ad-m/github-push-action@master
5555
with:

0 commit comments

Comments
 (0)