We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0bb02 commit 8358548Copy full SHA for 8358548
1 file changed
.github/workflows/CI_dev.yml
@@ -8,6 +8,7 @@ on:
8
- cron: '15 2 * * *' # 2:15 AM UTC every day
9
10
jobs:
11
- uses: ./.github/workflows/CI.yml
12
- with:
13
- test_args: "--verbose release"
+ test-dev:
+ uses: ./.github/workflows/CI.yml
+ with:
14
+ test_args: "--verbose release"
0 commit comments