ci: revert erroneous, auto-merge mediated, commit and fix ui test trigger (#28599)

* ci: fix ui test trigger (inverted copy paste error)

* ci: revert erroneous, auto-merge mediated, commit
This commit is contained in:
David Arnold 2024-11-27 15:18:20 +01:00 committed by GitHub
parent a4014ab1c4
commit f2fd26a660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ jobs:
with:
parallel-runs: 3
enable-coverage: ${{ github.event_name != 'pull_request' }}
fake-success: ${{ needs.checkrun.outputs.build == 'strawberry' }}
fake-success: ${{ needs.checkrun.outputs.build != 'strawberry' }}
needs: checkrun
coverage:

0
ci
View file