From da8cb912a67661ea4e182c7945eea36306c7d8f0 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Fri, 9 Apr 2021 12:30:10 +0200 Subject: [PATCH] Perf Workflow: Trigger upon release publishing (#30628) --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index c9d068b53f376..f438981e6125f 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -3,7 +3,7 @@ name: Performances Tests on: pull_request: release: - types: [created] + types: [published] jobs: performance: @@ -17,7 +17,7 @@ jobs: - name: Use Node.js 14.x uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5 with: - node-version: 14.x + node-version: 14.x - name: Cache node modules uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4