Skip to content

Commit

Permalink
chore: disable forge until 1.21.2 update is ready
Browse files Browse the repository at this point in the history
SpongeVanilla and SpongeNeo should be available
  • Loading branch information
gabizou committed Oct 23, 2024
1 parent c5c0c6e commit b7be0b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common-run-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
matrix:
project:
- vanilla
- forge
# - forge
- neoforge
include:
- project: vanilla
gradleProject: SpongeVanilla
- project: forge
gradleProject: SpongeForge
# - project: forge
# gradleProject: SpongeForge
- project: neoforge
gradleProject: SpongeNeo
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
matrix:
project:
- vanilla
- forge
# - forge
- neoforge
include:
- project: vanilla
gradleProject: SpongeVanilla
- project: forge
gradleProject: SpongeForge
# - project: forge
# gradleProject: SpongeForge
- project: neoforge
gradleProject: SpongeNeo
steps:
Expand Down

0 comments on commit b7be0b9

Please sign in to comment.