Skip to content

Commit 6c27395

Browse files
committed
fix: remove success validation
1 parent 2463531 commit 6c27395

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests
1+
name: UI Tests
22

33
on:
44
workflow_run:
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
ui-tests:
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1413
runs-on: ubuntu-latest
1514

1615
steps:

0 commit comments

Comments
 (0)