diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index c9d068b53f3765..f438981e6125fa 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