Skip to content

fix typo: 'occured' -> 'occurred' in homebrew bump action #7429

fix typo: 'occured' -> 'occurred' in homebrew bump action

fix typo: 'occured' -> 'occurred' in homebrew bump action #7429

name: Test Pyroscope PR
on:
pull_request:
permissions:
contents: read
jobs:
test_pyroscope:
name: Test pyroscope packages on Linux
runs-on: ubuntu-latest
if: >
github.actor == 'korniltsev-grafanista' ||
github.actor == 'simonswine' ||
github.actor == 'aleks-p' ||
github.actor == 'marcsanmi'
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
cache: false
- run: sudo make test-pyroscope