Skip to content

Commit 58329ae

Browse files
committed
rmv comments
1 parent 486d079 commit 58329ae

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/wheel_linux_aarch64_cuda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ concurrency:
2626

2727
jobs:
2828
set_wheel_build_matrix:
29-
# if: |
30-
# github.event_name != 'pull_request' ||
31-
# (github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'ci:build_wheels')) ||
32-
# github.event_name == 'workflow_dispatch'
29+
if: |
30+
github.event_name != 'pull_request' ||
31+
(github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'ci:build_wheels')) ||
32+
github.event_name == 'workflow_dispatch'
3333
name: "Set wheel build matrix"
3434
uses: ./.github/workflows/set_wheel_build_matrix.yml
3535
with:

.github/workflows/wheel_macos_arm64.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Wheel::MacOS::ARM
66
# **Who does it impact**: Wheels to be uploaded to PyPI.
77

88
on:
9-
# pull_request:
10-
# types:
11-
# - opened
12-
# - reopened
13-
# - synchronize
14-
# - ready_for_review
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
- synchronize
14+
- ready_for_review
1515
push:
1616
branches:
1717
- master

.github/workflows/wheel_noarch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Wheel::Any::None
66
# **Who does it impact**: Wheels to be uploaded to PyPI.
77

88
on:
9-
# pull_request:
10-
# types:
11-
# - opened
12-
# - reopened
13-
# - synchronize
14-
# - ready_for_review
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
- synchronize
14+
- ready_for_review
1515
push:
1616
branches:
1717
- master

.github/workflows/wheel_win_x86_64.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Wheel::Windows::x86_64
66
# **Who does it impact**: Wheels to be uploaded to PyPI.
77

88
on:
9-
# pull_request:
10-
# types:
11-
# - opened
12-
# - reopened
13-
# - synchronize
14-
# - ready_for_review
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
13+
- synchronize
14+
- ready_for_review
1515
push:
1616
branches:
1717
- master

0 commit comments

Comments
 (0)