From cf1db6cb8c677ec280cfe3ed1a6855125fb65b36 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 22 Oct 2024 23:13:59 +0200 Subject: [PATCH] workflows: fix update workflow (#35) --- .github/workflows/update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1f92b41..ff6498b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,7 +8,6 @@ jobs: update: name: Update dependencies runs-on: self-hosted - needs: cargo steps: - name: Checkout repository uses: actions/checkout@v4