mirror of
https://github.com/jellyfin/jellyfin-plugin-kitsu.git
synced 2024-11-23 06:09:41 +00:00
change to not run certain workflows in forks
This commit is contained in:
parent
54caffef82
commit
6d2491efb5
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-kitsu'
|
||||
|
||||
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-kitsu'
|
||||
|
||||
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-kitsu'
|
||||
|
||||
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