Skip to content

Commit 4ea4513

Browse files
author
Manuel
committed
ci: Add back condition for running tests #12
1 parent be8e369 commit 4ea4513

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cypress-e2e-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: 'E2E Tests'
33

44
on:
5-
push:
6-
branches:
7-
- '**'
5+
workflow_run:
6+
workflows: [Tests, Format]
7+
types: [completed]
88

99
jobs:
1010
e2e-tests:

0 commit comments

Comments
 (0)