Files
Jellyfin-Seasonals-Plugin/.github/workflows/build.yaml
MLH 8095196b1e
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s
🏗️ Build Plugin / test_connection (push) Successful in 3s
.github/workflows/build.yaml aktualisiert
2025-12-30 22:42:13 +01:00

28 lines
496 B
YAML

name: '🏗️ Build Plugin'
on:
push:
branches:
- main
- dev
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
test_connection:
runs-on: ubuntu-latest
steps:
- name: Debug Network
run: |
ping -c 2 gitea || echo "Gitea nicht erreichbar"
cat /etc/hosts