Skip to content

Commit

Permalink
apacheGH-36218: [CI][Go] Run benchmark steps only on the main branch
Browse files Browse the repository at this point in the history
Sorry. This is a follow-up of apacheGH-36219. We need one more change for
this.
  • Loading branch information
kou committed Jun 22, 2023
1 parent 5a58f75 commit d64aa83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Expand Up @@ -118,7 +118,8 @@ jobs:
success() &&
matrix.arch == 'amd64' &&
github.event_name == 'push' &&
github.repository == 'apache/arrow'
github.repository == 'apache/arrow' &&
github.ref_name == 'main'
env:
CONBENCH_URL: https://conbench.ursa.dev
CONBENCH_EMAIL: ${{ secrets.CONBENCH_EMAIL }}
Expand Down

0 comments on commit d64aa83

Please sign in to comment.