Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Apr 11, 2024
1 parent 83bd0c1 commit 39ff6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
secrets: inherit

benchmark:
if: ${{github.event_name}} == 'push'
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
name: Benchmark
needs: generate_clients
uses: ./.github/workflows/benchmark.yml
Expand Down

0 comments on commit 39ff6a4

Please sign in to comment.