Skip to content

Commit

Permalink
Cleanup workflows (#59)
Browse files Browse the repository at this point in the history
* [CI-Skip] Cleanup workflows

* [CI-Skip] Change Javadocs repo branch

Signed-off-by: Alpha <[email protected]>

---------

Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored Dec 9, 2023
1 parent 55fd04e commit 74ac208
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 88 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ jobs:
release:
strategy:
matrix:
base_jdk: [17]
base_jdk: [21]
graal: [latest]
os: [ubuntu-22.04]

if: "!startsWith(github.event.commits[0].message, '[CI-Skip]')"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout action
uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout pages
uses: actions/checkout@v3
- name: Checkout javadocs
uses: actions/checkout@v4
with:
repository: PlazmaMC/Javadocs
path: javadoc
ref: gh-pages
ref: main
token: ${{ secrets.GH_PAT }}

- name: Validate Gradle Wrapper
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/javadocs.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 74ac208

Please sign in to comment.