mirror of
https://github.com/jellyfin/jellyfin-plugin-tvheadend.git
synced 2024-11-23 13:49:40 +00:00
change to not run certain workflows in forks
This commit is contained in:
parent
a444785ff7
commit
19697e53e3
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'jellyfin/jellyfin-plugin-tvheadend'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
2
.github/workflows/create-github-release.yml
vendored
2
.github/workflows/create-github-release.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
publish_release_draft:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'jellyfin/jellyfin-plugin-tvheadend'
|
||||
|
||||
steps:
|
||||
- name: Get version from GITHUB_REF
|
||||
id: get-version
|
||||
|
2
.github/workflows/update-release-draft.yml
vendored
2
.github/workflows/update-release-draft.yml
vendored
@ -9,6 +9,8 @@ on:
|
||||
jobs:
|
||||
update_release_draft:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'jellyfin/jellyfin-plugin-tvheadend'
|
||||
|
||||
steps:
|
||||
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||
- uses: release-drafter/release-drafter@v5.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user