diff --git a/go/actions/test/action.yml b/go/actions/test/action.yml index cc92ede59b9..4364b194650 100644 --- a/go/actions/test/action.yml +++ b/go/actions/test/action.yml @@ -26,6 +26,11 @@ runs: shell: bash run: 'find .github/problem-matchers -name \*.json -exec echo "::add-matcher::{}" \;' + - name: Regenerate Bazel files for Dependabot PR + if: github.actor == 'dependabot[bot]' + shell: bash + run: bazel run //go:gazelle + - name: Check checked-in generated code if: inputs.run-code-checks == 'true' shell: bash