From c2787d60c33a51f8e4d0c210b5f4b2f53d666c71 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:39:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Test=20Linux=20aarch64=20run=20[?= =?UTF-8?q?buildjet]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b1bd0..946a875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,13 +79,10 @@ jobs: build_wheels_linux_aarch64: needs: [style] name: linux-aarch64-buildjet - if: >- - contains(github.event.head_commit.message, '[buildjet]') && - github.repository == 'agriyakhetarpal/hugo-python-distributions' runs-on: buildjet-2vcpu-ubuntu-2204-arm steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - - uses: buildjet/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + - uses: buildjet/setup-python@v5 with: python-version: 3.12