We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da7f45 commit f9f5384Copy full SHA for f9f5384
1 file changed
.github/workflows/dependency_compatibility_test.yaml
@@ -9,6 +9,7 @@ on:
9
dependencies-list:
10
description: 'Comma-separated list of dependencies to test (Format: dep1=1.0,dep2=2.0)'
11
required: false
12
+ default: ''
13
schedule:
14
- cron: '0 1 * * *' # Nightly at 1am
15
0 commit comments