Skip to content

Commit 0b0bb02

Browse files
committed
typo
1 parent 3c23556 commit 0b0bb02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
- cron: '15 2 * * *' # 2:15 AM UTC every day
99

1010
jobs:
11-
uses: ./github/workflows/CI.yml
11+
uses: ./.github/workflows/CI.yml
1212
with:
1313
test_args: "--verbose release"

.github/workflows/CI_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
- cron: '15 2 * * *' # 2:15 AM UTC every day
99

1010
jobs:
11-
uses: ./github/workflows/CI.yml
11+
uses: ./.github/workflows/CI.yml
1212
with:
1313
test_args: "--verbose release"

0 commit comments

Comments
 (0)