Skip to content

Commit 1deef1f

Browse files
committed
-
1 parent 1abc00d commit 1deef1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: End to End Tests
22

33
on:
4-
schedule:
5-
# run daily at 2:00 AM UTC
6-
- cron: '0 2 * * *'
7-
# allow manual triggering for testing purposes
8-
workflow_dispatch:
4+
schedule:
5+
# run daily at 2:00 AM UTC
6+
- cron: '0 2 * * *'
7+
# allow manual triggering for testing purposes
8+
workflow_dispatch:
99

1010
jobs:
1111
test-symfony-cli-installation:

0 commit comments

Comments
 (0)