From 6f2b8b36ba9c6cfb261f1d621322630cebfc107b Mon Sep 17 00:00:00 2001 From: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:49:49 +0200 Subject: [PATCH] Fixed run all workflow --- .github/workflows/run-matrix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-matrix.yml b/.github/workflows/run-matrix.yml index 2626c31..9aafbe7 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -48,7 +48,6 @@ jobs: - { dir: 1_7_10, mc: 1.7.10, type: lexforge, modloader: forge, regex: .*orge.*, java: 8 } runs-on: ubuntu-latest if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - needs: build steps: - name: Checkout sources uses: actions/checkout@v4