Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update gradle_snapshot.yml - limit access
  • Loading branch information
akarnokd authored Mar 25, 2026
commit 913fdeab5a91553ba1ff229102c23b70cf9b6502
9 changes: 7 additions & 2 deletions .github/workflows/gradle_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

runs-on: ubuntu-latest
if: github.repository == 'ReactiveX/RxJava'
permissions:
contents: write
env:
# ------------------------------------------------------------------------------
CI_BUILD_NUMBER: ${{ github.run_number }}
Expand All @@ -41,6 +39,13 @@ jobs:
run: ./gradlew test --tests "io.reactivex.rxjava4.validators.*" --stacktrace --no-daemon
- name: Build RxJava
run: ./gradlew build --stacktrace --no-daemon
prerelease:
runs-on: ubuntu-latest
permissions:
contents: write
env:
CI_BUILD_NUMBER: ${{ github.run_number }}
steps:
- name: Upload Snapshot
run: ./gradlew -PreleaseMode=branch publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel --stacktrace
env:
Expand Down