This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 682e72a7a ci: update the trigger of performance test (#8064)
682e72a7a is described below
commit 682e72a7a30c4104cb2a780c36ee382cb51f34a5
Author: tzssangglass <[email protected]>
AuthorDate: Tue Oct 11 13:37:49 2022 +0800
ci: update the trigger of performance test (#8064)
---
.github/workflows/performance.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/performance.yml
b/.github/workflows/performance.yml
index 090a25df6..2c9b9e739 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -12,7 +12,7 @@ permissions:
jobs:
performance:
- if: github.event_name == 'pull_request' && github.event.label.name ==
'performance'
+ if: ${{ startsWith(github.event.pull_request.title, 'perf:') }}
runs-on: ubuntu-20.04
timeout-minutes: 45