From 582084e74efae3a6ea13da8dcb0b092fbf9775d0 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 24 Mar 2025 11:47:28 +0000 Subject: [PATCH] CI: Call webhook as soon as new JS benchmark results are in --- .github/workflows/js-benchmarks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/js-benchmarks.yml b/.github/workflows/js-benchmarks.yml index 052dc079be5..956d50a1f61 100644 --- a/.github/workflows/js-benchmarks.yml +++ b/.github/workflows/js-benchmarks.yml @@ -59,3 +59,9 @@ jobs: name: js-benchmarks-results path: js-benchmarks/results.json retention-days: 90 + + - name: 'Call webhook' + uses: distributhor/workflow-webhook@v3 + with: + webhook_url: ${{ secrets.JS_BENCHMARKS_WEBHOOK_URL }} + webhook_secret: ${{ secrets.JS_BENCHMARKS_WEBHOOK_SECRET }}