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:
parent
a4014ab1c4
commit
f2fd26a660
2 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-tests.yml
vendored
2
.github/workflows/ui-tests.yml
vendored
|
|
@ -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
0
ci
Loading…
Add table
Reference in a new issue