Skip to content

chore(deps-dev): bump express from 4.21.0 to 4.21.1 (#4271) #580

chore(deps-dev): bump express from 4.21.0 to 4.21.1 (#4271)

chore(deps-dev): bump express from 4.21.0 to 4.21.1 (#4271) #580

name: microbenchmark
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
- 'docs/**'
- 'examples/**'
# limit the access of the generated GITHUB_TOKEN
permissions:
contents: read
jobs:
microbenchmark:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Run microbenchmark
uses: elastic/oblt-actions/buildkite/[email protected]
with:
pipeline: "apm-agent-microbenchmark"
token: ${{ secrets.BUILDKITE_TOKEN }}
wait-for: false
env-vars: |
script=.ci/scripts/bench.sh
repo=apm-agent-nodejs
sha=${{ github.sha }}
BRANCH_NAME=${{ github.ref_name }}