Run benchmark only on main (and rename the f ile (#29142)

This commit is contained in:
Violet Hynes
2024-12-11 13:18:17 -05:00
committed by GitHub
parent af6d983404
commit bf6ac1a7d9

View File

@@ -7,6 +7,7 @@ on:
jobs:
bench:
name: Bench
if: github.base_ref == 'main'
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory