Update workflows

This commit is contained in:
ConfusedPolarBear 2022-11-23 00:24:52 -06:00
parent 2679c6da28
commit c7b6692436
2 changed files with 1 additions and 21 deletions

View File

@ -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

View File

@ -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