Skip to content

Commit

Permalink
ci: fix ga job condition (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Jul 24, 2023
1 parent a4117af commit dda2daf
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 @@ -87,7 +87,7 @@ jobs:
perf:
needs: prepare-release
runs-on: ubuntu-latest
if: needs.prepare-release.outputs.release_created == 'false'
if: needs.prepare-release.outputs.release_created != 'true'
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit dda2daf

Please sign in to comment.