From 65b86ac5f665ef8522168b3787183097ada1d6c6 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sat, 11 May 2024 21:55:11 +0200 Subject: [PATCH] chore: remove precondition --- .github/workflows/update-website.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 755331c..d3cf620 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -4,7 +4,6 @@ on: [release, workflow_dispatch] jobs: update-website: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4