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 d0cc04e commit 7e13664Copy full SHA for 7e13664
.github/workflows/RavenClient.yml
@@ -2,12 +2,17 @@ name: tests/python
2
3
on:
4
push:
5
- branches: [ v5.2 ]
+ branches: [v5.2]
6
pull_request:
7
8
schedule:
9
- - cron: '0 10 * * 6'
10
-
+ - cron: '0 10 * * *'
+ workflow_dispatch:
11
+ inputs:
12
+ ravendb_version:
13
+ description: 'RavenDB Version'
14
+ required: true
15
+ type: string
16
17
jobs:
18
build:
@@ -31,7 +36,7 @@ jobs:
31
36
steps:
32
37
- uses: actions/checkout@v2
33
38
34
- - name: Use Python ${{ matrix.node-version }}
39
+ - name: Use Python ${{ matrix.python-version }}
35
40
uses: actions/setup-python@v2
41
with:
42
python-version : ${{ matrix.python-version }}
0 commit comments