From 54b1a23fe4ceecacbda27d8ef8719cf2cadc5641 Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Fri, 11 Oct 2024 22:52:44 +0200 Subject: [PATCH] fix: workflow not running --- .github/workflows/compile-and-release-on-version-push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-and-release-on-version-push.yml b/.github/workflows/compile-and-release-on-version-push.yml index 3f90a23..254da89 100644 --- a/.github/workflows/compile-and-release-on-version-push.yml +++ b/.github/workflows/compile-and-release-on-version-push.yml @@ -75,7 +75,6 @@ jobs: release: stable package-and-release-deb: - needs: [cargo-3pl] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4