Skip to content
Prev Previous commit
revert comment
  • Loading branch information
donbarbos committed Oct 24, 2025
commit ffe2356c08d44b6c5613b9205c57047260d46fca
1 change: 1 addition & 0 deletions .github/workflows/stubtest_third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
shell: bash
run: |
# This only runs stubtest on changed stubs, because it is much faster.
# Use the daily.yml workflow to run stubtest on all third party stubs.
function find_stubs {
git diff --name-only origin/${{ github.base_ref }} HEAD | \
egrep ^stubs/ | cut -d "/" -f 2 | sort -u | \
Expand Down