From f9b0716028dd0ff8b592da9135e828b5fa2b2152 Mon Sep 17 00:00:00 2001 From: Ferran Llamas Date: Wed, 3 Jan 2024 13:49:59 +0100 Subject: [PATCH] try --- .github/workflows/nucliadb_performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nucliadb_performance.yml b/.github/workflows/nucliadb_performance.yml index bee1da400d..3373e37ccc 100644 --- a/.github/workflows/nucliadb_performance.yml +++ b/.github/workflows/nucliadb_performance.yml @@ -43,7 +43,7 @@ jobs: token: ${{ secrets.GH_CICD_PUBLIC }} repository: nuclia/nucliadb_deploy event-type: performance-tests - client-payload: '{"nucliadb_checkout_id": "${{ github.sha }}", "build_node_bindings": ${{ steps.filter.outputs.node_modified }}}' + client-payload: '{"nucliadb_checkout_id": "${{ github.sha }}", "build_node_bindings": true}' check-perf-main-nightly: if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'