Aktueller Stand
This commit is contained in:
6
backend/node_modules/light-my-request/.github/workflows/benchmark.yml
generated
vendored
6
backend/node_modules/light-my-request/.github/workflows/benchmark.yml
generated
vendored
@@ -2,19 +2,19 @@ name: Benchmark PR
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
types:
|
||||
- labeled
|
||||
|
||||
jobs:
|
||||
benchmark:
|
||||
if: ${{ github.event.label.name == 'benchmark' }}
|
||||
uses: fastify/workflows/.github/workflows/plugins-benchmark-pr.yml@main
|
||||
uses: fastify/workflows/.github/workflows/plugins-benchmark-pr.yml@v5
|
||||
with:
|
||||
npm-script: benchmark
|
||||
|
||||
remove-label:
|
||||
if: "always()"
|
||||
needs:
|
||||
needs:
|
||||
- benchmark
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user