Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Dec 17, 2024
1 parent 0ec65b7 commit f4b1b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4b1b6d

Please sign in to comment.