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 2c78734 commit 109dea4Copy full SHA for 109dea4
.github/workflows/release-prepare-monthly.yml
@@ -8,6 +8,12 @@ jobs:
8
create-release-pr:
9
runs-on: ubuntu-latest
10
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
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
with:
0 commit comments