Skip to content

Commit 2917c6b

Browse files
committed
Update paths
1 parent 887c303 commit 2917c6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# Reusable workflow for running tests
18+
# Reusable workflow for running building
1919
# This ensures the same tests run for both debug (PRs) and release (main/tags) builds
2020

21-
name: Test
21+
name: Build
2222

2323
on:
2424
workflow_call:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
test:
32-
uses: ./.github/workflows/test.yml
32+
uses: ./.github/workflows/build.yml
3333
with:
3434
build_mode: debug
3535
run_wheels: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939

4040
jobs:
4141
test-and-build:
42-
uses: ./.github/workflows/test.yml
42+
uses: ./.github/workflows/build.yml
4343
with:
4444
build_mode: release
4545
run_wheels: true

0 commit comments

Comments
 (0)