Skip to content

Commit

Permalink
Fixed run all workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke authored Jul 27, 2024
1 parent c11b89a commit 6f2b8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f2b8b3

Please sign in to comment.