Skip to content

Commit c738b7e

Browse files
author
Denis Yermakou
committed
fix(ci): harden contributor lane in 37-job matrix
1 parent 3ceb3e5 commit c738b7e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v4
68+
with:
69+
fetch-depth: 0
6870

6971
- name: Run CI lane
7072
run: |

tools/ci_lane.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ case "$LANE" in
2525
19) grep -q "neural-boundary-core" Cargo.toml ;;
2626
20) grep -q "neural-boundary-web" Cargo.toml ;;
2727
21) grep -q "neural-boundary-cli" Cargo.toml ;;
28-
22) git log HEAD --format='%ae%n%ce' | grep -q "connect@axonos.org" ;;
28+
22) ! git log --format='%an <%ae> %cn <%ce>' | grep -Ei 'DenisWin|deniswin|wiser1707|denissmartrich' ;;
2929
23) ! git log main --format='%an <%ae> %cn <%ce>' | grep -Ei 'DenisWin|deniswin|wiser1707|denissmartrich' ;;
3030
24) ! git status --short | grep . ;;
3131
25) ! git ls-files | grep -E '(^|/)(target|dist|node_modules|release-assets)/' ;;

0 commit comments

Comments
 (0)