Skip to content

Commit cdfff1e

Browse files
committed
Remove temporary checks to build in PR
1 parent f36b1e6 commit cdfff1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
enable-cache: true
228228

229229
- name: Add extra swap for release build
230-
# if: inputs.build_mode == 'release'
230+
if: inputs.build_mode == 'release'
231231
run: |
232232
set -euxo pipefail
233233
sudo swapoff -a || true
@@ -241,8 +241,7 @@ jobs:
241241
242242
- name: Build (release mode)
243243
uses: PyO3/maturin-action@v1
244-
# temporarily comment out to verify it works in the PR
245-
# if: inputs.build_mode == 'release'
244+
if: inputs.build_mode == 'release'
246245
with:
247246
target: aarch64-unknown-linux-gnu
248247
manylinux: "2_28"

0 commit comments

Comments
 (0)