We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8e369 commit 4ea4513Copy full SHA for 4ea4513
1 file changed
.github/workflows/cypress-e2e-tests.yaml
@@ -2,9 +2,9 @@
2
name: 'E2E Tests'
3
4
on:
5
- push:
6
- branches:
7
- - '**'
+ workflow_run:
+ workflows: [Tests, Format]
+ types: [completed]
8
9
jobs:
10
e2e-tests:
0 commit comments