diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d91b447..e77b544 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,9 +5,7 @@ on: jobs: build: - - # 18.04 = bionic LTS, supported until April 2023 - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: # set fetch-depth to 0 in order to clone all tags instead of just the current commit diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index d90b14d..0000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: '🧪 Test Plugin' - -on: - push: - branches: - - master - paths-ignore: - - '**/*.md' - pull_request: - branches: - - master - paths-ignore: - - '**/*.md' - workflow_dispatch: - -jobs: - call: - uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@master