Fix decrement of file handle gauge for RW handles that file on existi… #335
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 }} |