Skip to content

Commit 7e13664

Browse files
committed
RDBC-736 Modify cron section to take inputs
1 parent d0cc04e commit 7e13664

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/RavenClient.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: tests/python
22

33
on:
44
push:
5-
branches: [ v5.2 ]
5+
branches: [v5.2]
66
pull_request:
7-
branches: [ v5.2 ]
7+
branches: [v5.2]
88
schedule:
9-
- cron: '0 10 * * 6'
10-
9+
- cron: '0 10 * * *'
10+
workflow_dispatch:
11+
inputs:
12+
ravendb_version:
13+
description: 'RavenDB Version'
14+
required: true
15+
type: string
1116

1217
jobs:
1318
build:
@@ -31,7 +36,7 @@ jobs:
3136
steps:
3237
- uses: actions/checkout@v2
3338

34-
- name: Use Python ${{ matrix.node-version }}
39+
- name: Use Python ${{ matrix.python-version }}
3540
uses: actions/setup-python@v2
3641
with:
3742
python-version : ${{ matrix.python-version }}

0 commit comments

Comments
 (0)