Compare commits

..

No commits in common. "9d361c35ccbecaa9f8484bc11d6e925e83993303" and "4f5cbbb3c2877232c0640bcf98da4dd9d3b9ac86" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build App
runs-on: media-server
runs-on: ubuntu-latest
steps:
- name: Checkout

View file

@ -11,7 +11,7 @@ on:
jobs:
release-webhook:
name: Send Release Webhook
runs-on: media-server
runs-on: ubuntu-latest
steps:
- name: Send release notification webhook

View file

@ -14,7 +14,7 @@ on:
jobs:
main:
name: Validate PR title
runs-on: media-server
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps: