Add troubleshooting page for unsupported operations in Mountpoint (#703) #340
This file contains 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: Benchmarks | |
on: | |
push: | |
branches: [ "main" ] | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
integration: | |
name: Benchmarks | |
uses: ./.github/workflows/bench.yml | |
with: | |
ref: ${{ github.event.after }} |