Skip to content

Commit ffe2356

Browse files
committed
revert comment
1 parent 315781a commit ffe2356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stubtest_third_party.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
shell: bash
5353
run: |
5454
# This only runs stubtest on changed stubs, because it is much faster.
55+
# Use the daily.yml workflow to run stubtest on all third party stubs.
5556
function find_stubs {
5657
git diff --name-only origin/${{ github.base_ref }} HEAD | \
5758
egrep ^stubs/ | cut -d "/" -f 2 | sort -u | \

0 commit comments

Comments
 (0)