Skip to content

Commit ba8e4a6

Browse files
authored
Merge branch 'main' into use-uv-for-release
2 parents 7dc90ac + 1c2d098 commit ba8e4a6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/feature-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
schedule:
66
- cron: "35 07 * * *"
77
workflow_dispatch:
8+
workflow_call:
89

910
jobs:
1011
feature-tests:

.github/workflows/pr-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ jobs:
99
uses: ./.github/workflows/linter.yml
1010
tests:
1111
uses: ./.github/workflows/tests.yml
12+
feature-tests:
13+
uses: ./.github/workflows/feature-test.yml

0 commit comments

Comments
 (0)