Skip to content

Commit

Permalink
also drop ref/branch/main condition from PGO benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Oct 4, 2024
1 parent 8242ba2 commit f9c7ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
git_commit_gpgsign: true

- name: Open PGO PR
if: ${{ env.RUN_STANDALONE == 'true' && github.ref == 'refs/heads/main' }}
if: ${{ env.RUN_STANDALONE == 'true' }}
run: ${{ github.workspace }}/.ci/scripts/push-pgo-pr.sh
env:
WORKSPACE_PATH: ${{ github.workspace }}
Expand Down

0 comments on commit f9c7ed0

Please sign in to comment.