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