diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index cff94835..5c59f07e 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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