Skip to content

Commit 1267aeb

Browse files
committed
attempt №3
1 parent a5c213e commit 1267aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stubsabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Parse stubsabot.py output to find stubs that should be tested.
4242
set -o pipefail
4343
exec 5>&1
44-
STUBS=$(script -qfc "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level everything" /dev/null \
44+
STUBS=$(script -qfc "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level nothing" /dev/null \
4545
| tee >(cat - >&5) \
4646
| sed -r "s/\x1B\[[0-9;]*[mK]//g" \
4747
| grep 'should be tested by stubsabot' \

0 commit comments

Comments
 (0)