change trigger label to pr/load-test
This commit is contained in:
parent
aaed7897d5
commit
0d9eacd851
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
trigger-load-test:
|
||||
if: ${{ github.event.label.name == 'test/load' }}
|
||||
if: ${{ github.event.label.name == 'pr/load-test' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue