From f4b1b6d636d902a2525feb2dd9a44ac2453b3dcb Mon Sep 17 00:00:00 2001 From: Alex Bozhenko Date: Tue, 17 Dec 2024 15:24:46 -0800 Subject: [PATCH] nit --- .github/workflows/pushes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pushes.yaml b/.github/workflows/pushes.yaml index 6e626249..e17779c3 100644 --- a/.github/workflows/pushes.yaml +++ b/.github/workflows/pushes.yaml @@ -132,14 +132,14 @@ jobs: shell: 'script -q -e -c "bash {0}"' run: | go run ./ test doc docs - if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' + if: matrix.os == 'ubuntu-latest' - name: Auto-commit generated docs uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Auto-commit docs file_pattern: docs/**/*.md - if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' + if: matrix.os == 'ubuntu-latest' - name: Bad versions creep defense id: go-module-versions