Skip to content

Commit 459bd59

Browse files
committed
test
1 parent ffda6c0 commit 459bd59

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

.github/workflows/build-test-linux-aarch64-jetpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Linux aarch64 wheels for Jetpack
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/build-test-linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Linux aarch64 wheels
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Linux x86_64 wheels
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/build-test-linux-x86_64_rtx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RTX - Build and test Linux x86_64 wheels
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Windows wheels
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/build-test-windows_rtx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RTX - Build and test Windows wheels
22

33
on:
4-
#pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

.github/workflows/uv-update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
# Every Monday at 03:00 UTC; adjust as needed
66
- cron: "0 3 * * 1"
77
push:
8-
tags:
9-
- uv-update-v1
108
branches: [main]
119
paths:
1210
- 'pyproject.toml'

0 commit comments

Comments
 (0)