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 GitHub
parent dfa15d7649
commit 9900f56670
3 changed files with 83 additions and 3 deletions

View File

@@ -3,10 +3,10 @@ name: Docker
on:
push:
branches:
- 'master'
- "master"
pull_request:
branches:
- 'master'
- "master"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}