From 867abd705473de86390375b6a096b221bd938143 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 29 Oct 2024 15:33:54 +0100 Subject: [PATCH] fix: fixed workflow again --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f32c80..1754279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ on: jobs: lint: runs-on: ubuntu-latest - if: github.ref_name != 'master' steps: - uses: actions/checkout@v4 - uses: psf/black@stable @@ -35,7 +34,6 @@ jobs: test: runs-on: ubuntu-latest needs: lint - if: github.ref_name != 'master' steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5