We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315781a commit ffe2356Copy full SHA for ffe2356
.github/workflows/stubtest_third_party.yml
@@ -52,6 +52,7 @@ jobs:
52
shell: bash
53
run: |
54
# 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.
56
function find_stubs {
57
git diff --name-only origin/${{ github.base_ref }} HEAD | \
58
egrep ^stubs/ | cut -d "/" -f 2 | sort -u | \
0 commit comments