fix: Navigating to an invalid page index in lists (#27273)

This commit is contained in:
Michael S. Molina
2024-02-28 10:15:28 -05:00
committed by Michael S. Molina
parent 6b82e27561
commit 824367564a
3 changed files with 84 additions and 3 deletions

View File

@@ -3,9 +3,10 @@ name: Docker
on:
push:
branches:
- 'master'
- "master"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
branches:
- "master"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}