ci: fix flamegraph CI trigger condition (#6339)

This commit is contained in:
tzssangglass 2022-02-16 16:50:08 +08:00 committed by GitHub
parent f0273becc7
commit 1cdbf81be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
jobs:
performance:
if: github.event_name == 'pull_request' || github.event.label.name == 'performance'
if: github.event_name == 'pull_request' && github.event.label.name == 'performance'
runs-on: ubuntu-18.04
timeout-minutes: 45