File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ jobs:
8282 RUN_JMH_BASED_TESTS : ${{ matrix.jmh-based-tests }}
8383
8484 - name : Check for diff
85- # The jApiCmp diff compares current to latest, which isn't appropriate for release branches
85+ # The jApiCmp diff compares current to latest, which isn't appropriate for release branches, or for bot-generated PRs
8686 # this fails on windows because of the bash-specific if/then/else syntax, but that's ok
8787 # because we only need to run this validation once (on any platform)
88- if : ${{ matrix.os != 'windows-latest' && !startsWith(github.ref_name, 'release/') && !startsWith(github.base_ref, 'release/') }}
88+ if : ${{ matrix.os != 'windows-latest' && !startsWith(github.ref_name, 'release/') && !startsWith(github.base_ref, 'release/') && (github.actor != 'opentelemetrybot') }}
8989 run : |
9090 # need to "git add" in case any generated files did not already exist
9191 git add docs/apidiffs
You can’t perform that action at this time.
0 commit comments