From 99f9cdb06d8d1c88547446757dfc143aad1b98ee Mon Sep 17 00:00:00 2001 From: cakevm Date: Tue, 1 Oct 2024 17:47:20 +0200 Subject: [PATCH] fix --- .github/workflows/loom.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index a9283447..ee90f97f 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -14,7 +14,6 @@ env: jobs: test: - if: github.repository == 'dexloom/loom' name: make test runs-on: ubuntu-latest env: @@ -33,7 +32,6 @@ jobs: - run: 'echo "pub const KEY_ENCRYPTION_PWD: [u8; 16] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];" > crates/defi-entities/src/private.rs' - run: make test fmt: - if: github.repository == 'dexloom/loom' name: make fmt-check runs-on: ubuntu-latest steps: @@ -44,7 +42,6 @@ jobs: - run: make fmt-check clippy: - if: github.repository == 'dexloom/loom' name: make clippy runs-on: ubuntu-latest steps: