diff --git a/.github/workflows/build-linux-arm64.yml b/.github/workflows/build-linux-arm64.yml index d0469cab8..b1985ae7e 100644 --- a/.github/workflows/build-linux-arm64.yml +++ b/.github/workflows/build-linux-arm64.yml @@ -8,7 +8,7 @@ on: jobs: build-and-extract-files: runs-on: ubuntu-latest - if: ${{ false }} # Set condition to false to make the workflow inactive + # if: ${{ false }} # Set condition to false to make the workflow inactive steps: - name: Checkout Repository