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:
|
||||
|
||||
3
backend/node_modules/light-my-request/.github/workflows/ci.yml
generated
vendored
3
backend/node_modules/light-my-request/.github/workflows/ci.yml
generated
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- next
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
@@ -17,7 +16,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
|
||||
with:
|
||||
fastify-dependency-integration: true
|
||||
license-check: true
|
||||
|
||||
Reference in New Issue
Block a user