Skip to content

Commit 2c018ae

Browse files
committed
ci: test
1 parent c319813 commit 2c018ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
if: >-
4949
${{
5050
always() &&
51-
github.event_name == 'schedule' &&
51+
(
52+
github.event_name == 'schedule' ||
53+
github.event_name == 'workflow_dispatch'
54+
) &&
5255
(
5356
needs.phpstan.result == 'failure' ||
5457
needs.phpunit.result == 'failure' ||

0 commit comments

Comments
 (0)