Skip to content

Commit 47b8e56

Browse files
committed
fix: Restrict bumping extensions to fork
1 parent 13a7dbe commit 47b8e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
# If any changes to lib/ caused on master branch, bump the extensions that uses the modified lib.
6363
# If any changes caused by the merge commit, skip this step because versions should already pumped with that merge.
6464
# But that should be avoided because our own extensions may not be bumped.
65-
- name: Bump extensions that uses a modified lib
66-
if: steps.modified-libs.outputs.any_changed == 'true'
65+
- name: Bump extensions that use a modified lib
66+
if: steps.modified-libs.outputs.any_changed == 'true' && github.repository == 'yuzono/anime-extensions'
6767
env:
6868
COMMIT_MESSAGE: ${{ steps.set-env.outputs.LATEST_COMMIT_MESSAGE }}
6969
run: |

0 commit comments

Comments
 (0)