Skip to content

Commit cf714e1

Browse files
committed
ci: trigger integration tests after unit tests
1 parent 90fc8cc commit cf714e1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ui-tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: UI Tests
1+
name: Integration Tests
22

33
on:
4-
push:
5-
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
4+
workflow_run:
5+
workflows: ["CI"]
6+
types:
7+
- completed
8+
branches: ["master"]
89
workflow_dispatch:
910

1011
jobs:
1112
ui-tests:
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1214
runs-on: ubuntu-latest
1315

1416
steps:

0 commit comments

Comments
 (0)