We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c19d2 commit b45cd42Copy full SHA for b45cd42
1 file changed
.github/workflows/dsBase_test_suite.yaml
@@ -13,13 +13,10 @@ name: dsBase tests' suite
13
14
on:
15
push:
16
- branches:
17
- - master
18
- - v6.3.3-dev
19
-
+ branches: [master, v6.3.4-dev]
20
schedule:
21
- - cron: '0 0 * * 0' # Weekly on master
22
- - cron: '0 1 * * *' # Nightly on v6.3.3-dev
+ - cron: '0 0 * * 0' # Weekly
+ - cron: '0 1 * * *' # Nightly
23
24
jobs:
25
dsBase_test_suite:
0 commit comments