Skip to content

Commit fdd077a

Browse files
committed
[build] Guard docs/website/Windows builders to this repo
1 parent 88b663c commit fdd077a

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/checkout@v5
115115
with:
116+
repository: Breakthrough/PySceneDetect
116117
ref: resources
117118

118119
- uses: actions/download-artifact@v7

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
jobs:
2222
build-and-push:
2323
runs-on: ubuntu-latest
24+
if: github.repository == 'Breakthrough/PySceneDetect'
2425
permissions:
2526
contents: read
2627
packages: write

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
update_docs:
1515
runs-on: ubuntu-latest
16+
if: github.repository == 'Breakthrough/PySceneDetect'
1617
permissions:
1718
contents: write # pushes generated docs to the gh-pages branch
1819
env:

.github/workflows/generate-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
update_site:
1414
runs-on: ubuntu-latest
15+
if: github.repository == 'Breakthrough/PySceneDetect'
1516
permissions:
1617
contents: write # pushes generated site to the gh-pages branch
1718

0 commit comments

Comments
 (0)