chore(deps): bump wolfi/chainguard-base from 9161f40
to ed432bb
(…
#899
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-24.04 | |
timeout-minutes: 5 | |
steps: | |
- name: Run microbenchmark | |
uses: elastic/oblt-actions/buildkite/run@v1 | |
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 }} |