Skip to content

Commit

Permalink
build: execute perf test when updating release
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 24, 2024
1 parent 8d5c927 commit a70b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
perf:
needs: [prepare-release]
runs-on: ubuntu-latest
if: needs.prepare-release.outputs.release_created != 'true'
if: needs.prepare-release.outputs.release_created != 'true' && needs.prepare-release.outputs.prs_created == 'true'
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit a70b8fb

Please sign in to comment.