diff --git a/.github/workflows/cypress-appbuilder.yml b/.github/workflows/cypress-appbuilder.yml index 2cbff90ea9..f1a5bd6a00 100644 --- a/.github/workflows/cypress-appbuilder.yml +++ b/.github/workflows/cypress-appbuilder.yml @@ -14,7 +14,7 @@ jobs: Cypress-App-Builder: runs-on: ubuntu-22.04 - if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-app-builder' }} + if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-app-builder' || github.event.label.name == 'run-cypress') }} steps: - name: Setup Node.js diff --git a/.github/workflows/cypress-marketplace.yml b/.github/workflows/cypress-marketplace.yml index b2c138ff6c..edf9c6e7bb 100644 --- a/.github/workflows/cypress-marketplace.yml +++ b/.github/workflows/cypress-marketplace.yml @@ -14,7 +14,7 @@ jobs: Cypress-Marketplace: runs-on: ubuntu-22.04 - if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-marketplace' }} + if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-marketplace' || github.event.label.name == 'run-cypress') }} steps: - name: Checkout diff --git a/.github/workflows/cypress-platform.yml b/.github/workflows/cypress-platform.yml index 6eda6f4962..5b7551430c 100644 --- a/.github/workflows/cypress-platform.yml +++ b/.github/workflows/cypress-platform.yml @@ -14,7 +14,7 @@ jobs: Cypress-Platform: runs-on: ubuntu-22.04 - if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-workspace' }} + if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-workspace' || github.event.label.name == 'run-cypress') }} steps: - name: Setup Node.js diff --git a/.version b/.version index da266122d4..e9763f6bfe 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.23.0 \ No newline at end of file +2.23.0 diff --git a/frontend/src/Editor/Components/Table/Table.jsx b/frontend/src/Editor/Components/Table/Table.jsx index 05a91f4521..1592999222 100644 --- a/frontend/src/Editor/Components/Table/Table.jsx +++ b/frontend/src/Editor/Components/Table/Table.jsx @@ -655,7 +655,7 @@ export function Table({ } if (mounted) setExposedVariable('sortApplied', sortOptions); fireEvent('onSort'); - }, [sortOptions]); + }, [JSON.stringify(sortOptions)]); useEffect(() => { setExposedVariable('setPage', async function (targetPageIndex) { diff --git a/server/.version b/server/.version index da266122d4..e9763f6bfe 100644 --- a/server/.version +++ b/server/.version @@ -1 +1 @@ -2.23.0 \ No newline at end of file +2.23.0