mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
ci: fix flamegraph CI trigger condition (#6339)
This commit is contained in:
parent
f0273becc7
commit
1cdbf81be3
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user