diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1279008d..52b9cecb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,6 @@ jobs: rspec: runs-on: ${{ matrix.os }} - needs: [dockerfile, devcontainer, rubocop] strategy: matrix: ruby: ["3.1", "3.2", "3.3"] @@ -100,7 +99,7 @@ jobs: release: runs-on: ubuntu-latest # if: github.ref == 'refs/heads/main' - needs: rspec + needs: [rspec, rubocop, devcontainer, dockerfile] steps: - name: Check out repository uses: actions/checkout@v4