Paginator with output walker returns count 0 when the query has previously been executed #1035
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Documentation" | |
| on: | |
| pull_request: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - ".github/workflows/documentation.yml" | |
| - "docs/**" | |
| push: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - ".github/workflows/documentation.yml" | |
| - "docs/**" | |
| jobs: | |
| documentation: | |
| name: "Documentation" | |
| uses: "doctrine/.github/.github/workflows/documentation.yml@7.3.0" |