Skip to content

build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools… #2094

build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools…

build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools… #2094

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