From 2f830d81247f8010aaa8d68d5567298991279112 Mon Sep 17 00:00:00 2001 From: Linus Oleander <220827+oleander@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:36:44 +0100 Subject: [PATCH] Fix duplicate 'needs: rspec' in GitHub Actions workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 920afd5e..7ef978f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: release: runs-on: ubuntu-latest # if: github.ref == 'refs/heads/main' - needs: [rubocop, devcontainer, rspec] + needs: rspec steps: - name: Check out repository uses: actions/checkout@v4