Skip to content

Commit 839917a

Browse files
authored
Disable publish action in forked repository (#7313)
1 parent 94743c1 commit 839917a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle_snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build:
1212

1313
runs-on: ubuntu-latest
14+
if: github.repository == 'ReactiveX/RxJava'
1415
env:
1516
# ------------------------------------------------------------------------------
1617
CI_BUILD_NUMBER: ${{ github.run_number }}

0 commit comments

Comments
 (0)