From 6d861a507947ff8158318fadb40adc45ec3eddfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krsto=20Prorokovi=C4=87?= Date: Tue, 16 Apr 2024 12:02:02 +0200 Subject: [PATCH] remove CI from release.yml --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d81e589..0adb3f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Continuous integration - uses: ./.github/workflows/ci.yml - name: Install poetry run: |