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 1abc00d commit 1deef1fCopy full SHA for 1deef1f
.github/workflows/end_to_end_tests.yaml
@@ -1,11 +1,11 @@
1
name: End to End Tests
2
3
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:
+ schedule:
+ # run daily at 2:00 AM UTC
+ - cron: '0 2 * * *'
+ # allow manual triggering for testing purposes
+ workflow_dispatch:
9
10
jobs:
11
test-symfony-cli-installation:
0 commit comments