Skip to content

Commit b45cd42

Browse files
committed
Update branches and simplify schedules
1 parent 56c19d2 commit b45cd42

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/dsBase_test_suite.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ name: dsBase tests' suite
1313

1414
on:
1515
push:
16-
branches:
17-
- master
18-
- v6.3.3-dev
19-
16+
branches: [master, v6.3.4-dev]
2017
schedule:
21-
- cron: '0 0 * * 0' # Weekly on master
22-
- cron: '0 1 * * *' # Nightly on v6.3.3-dev
18+
- cron: '0 0 * * 0' # Weekly
19+
- cron: '0 1 * * *' # Nightly
2320

2421
jobs:
2522
dsBase_test_suite:

0 commit comments

Comments
 (0)