We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0892c6f commit 6132656Copy full SHA for 6132656
2 files changed
.github/workflows/gradle_release.yml
@@ -15,7 +15,6 @@ permissions:
15
16
jobs:
17
build:
18
-
19
runs-on: ubuntu-latest
20
env:
21
CI_BUILD_NUMBER: ${{ github.run_number }}
@@ -43,6 +42,7 @@ jobs:
43
42
- name: Upload to Codecov
44
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
45
release:
+ needs: build
46
47
48
.github/workflows/gradle_snapshot.yml
@@ -12,7 +12,6 @@ permissions:
12
13
14
if: github.repository == 'ReactiveX/RxJava'
@@ -38,6 +37,7 @@ jobs:
38
37
- name: Build RxJava
39
run: ./gradlew build --stacktrace --no-daemon
40
prerelease:
41
permissions:
contents: write
0 commit comments