mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +00:00
fix: Navigating to an invalid page index in lists (#27273)
This commit is contained in:
committed by
Michael S. Molina
parent
6b82e27561
commit
824367564a
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user