Merge pull request #1460 from cewert/dont-run-certain-workflows-on-forks
This commit is contained in:
commit
238a166fd5
1
.github/workflows/auto-close-stale-pr.yml
vendored
1
.github/workflows/auto-close-stale-pr.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
if: github.repository == 'jellyfin/jellyfin-roku'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
2
.github/workflows/automations.yml
vendored
2
.github/workflows/automations.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
project:
|
||||
if: github.repository == 'jellyfin/jellyfin-roku'
|
||||
name: Project board 📊
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -23,6 +24,7 @@ jobs:
|
|||
column: In progress
|
||||
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
label:
|
||||
if: github.repository == 'jellyfin/jellyfin-roku'
|
||||
name: Labeling 🏷️
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
3
.github/workflows/build-docs.yml
vendored
3
.github/workflows/build-docs.yml
vendored
|
@ -7,12 +7,11 @@ on:
|
|||
|
||||
jobs:
|
||||
docs:
|
||||
if: github.repository == 'jellyfin/jellyfin-roku'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
|
|
1
.github/workflows/deploy-api-docs.yml
vendored
1
.github/workflows/deploy-api-docs.yml
vendored
|
@ -23,6 +23,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'jellyfin/jellyfin-roku'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user