Skip to content

Commit 109dea4

Browse files
committed
Update release-prepare-monthly.yml
1 parent 2c78734 commit 109dea4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-prepare-monthly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
create-release-pr:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Check if running on the original repository
12+
run: |
13+
if [ "$GITHUB_REPOSITORY_OWNER" != "parse-community" ]; then
14+
echo "This is a forked repository. Exiting."
15+
exit 1
16+
fi
1117
- name: Checkout repository
1218
uses: actions/checkout@v4
1319
with:

0 commit comments

Comments
 (0)