From 5ef2bb74ec397b7fbcf385ce297aa26f728d98cb Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Mon, 23 Dec 2024 09:34:34 -0500 Subject: [PATCH] Remove redundant `if` section --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 521b1fa7..2d96ef50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,6 @@ jobs: - name: create testmo run id: create_testmo_run uses: neuralmagic/nm-actions/actions/testmo-run-create@v1.11.0 - if: success() with: testmo_url: https://neuralmagic.testmo.net testmo_token: ${{ secrets.TESTMO_TEST_TOKEN }}