We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a7dbe commit 47b8e56Copy full SHA for 47b8e56
.github/workflows/build_push.yml
@@ -62,8 +62,8 @@ jobs:
62
# If any changes to lib/ caused on master branch, bump the extensions that uses the modified lib.
63
# If any changes caused by the merge commit, skip this step because versions should already pumped with that merge.
64
# 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'
+ - name: Bump extensions that use a modified lib
+ if: steps.modified-libs.outputs.any_changed == 'true' && github.repository == 'yuzono/anime-extensions'
67
env:
68
COMMIT_MESSAGE: ${{ steps.set-env.outputs.LATEST_COMMIT_MESSAGE }}
69
run: |
0 commit comments