Skip to content

fix(pprof): format pyspy stacktraces with filenames - same as rbspy (… #487

fix(pprof): format pyspy stacktraces with filenames - same as rbspy (…

fix(pprof): format pyspy stacktraces with filenames - same as rbspy (… #487

name: Cloud Compatibility Check
on:
push:
branches: [main]
jobs:
cloud_compability_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cloud-compatibility-check
run: .github/cloud-compatibility-check.rb
env:
GITHUB_TOKEN: ${{ secrets.CLOUD_COMPAT_CHECK_GITHUB_TOKEN }}
HEAD_REF: ${{ github.head_ref || github.ref_name }}