Skip to content

Commit 8358548

Browse files
committed
is a name needed?
1 parent 0b0bb02 commit 8358548

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/CI_dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- cron: '15 2 * * *' # 2:15 AM UTC every day
99

1010
jobs:
11-
uses: ./.github/workflows/CI.yml
12-
with:
13-
test_args: "--verbose release"
11+
test-dev:
12+
uses: ./.github/workflows/CI.yml
13+
with:
14+
test_args: "--verbose release"

0 commit comments

Comments
 (0)