Skip to content

Commit e5f1bee

Browse files
committed
Trigger CI
1 parent 372aae1 commit e5f1bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Check commit messages (PR)
2727
if: ${{ github.event_name == 'pull_request' }}
2828
run: |
29+
echo test
2930
git log --oneline | grep -v 7a064ae | head -n 100 > commits
3031
echo "Checking last 100 commits:"
3132
cat commits
@@ -41,6 +42,7 @@ jobs:
4142
- name: Check commit messages (Push)
4243
if: ${{ github.event_name == 'push' }}
4344
run: |
45+
echo test
4446
git log --oneline | grep -v 7a064ae | head -n 100 > commits
4547
echo "Checking last 100 commits:"
4648
cat commits

0 commit comments

Comments
 (0)