From c43ce570ab4fac5574865405a6cd890bb55afb4c Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Thu, 16 May 2024 22:14:29 -0700 Subject: [PATCH] Remove unsatisfiable needs: block --- .github/workflows/publish-release-artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release-artifacts.yml b/.github/workflows/publish-release-artifacts.yml index 169528e08..4b97ae926 100644 --- a/.github/workflows/publish-release-artifacts.yml +++ b/.github/workflows/publish-release-artifacts.yml @@ -9,7 +9,6 @@ permissions: jobs: release: name: Create Release with Artifacts - needs: build_cores runs-on: ubuntu-latest steps: - name: Show GitHub context