File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ permissions:
1515
1616jobs :
1717 build :
18-
1918 runs-on : ubuntu-latest
2019 env :
2120 CI_BUILD_NUMBER : ${{ github.run_number }}
4342 - name : Upload to Codecov
4443 uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
4544 release :
45+ needs : build
4646 runs-on : ubuntu-latest
4747 env :
4848 CI_BUILD_NUMBER : ${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ permissions:
1212
1313jobs :
1414 build :
15-
1615 runs-on : ubuntu-latest
1716 if : github.repository == 'ReactiveX/RxJava'
1817 env :
3837 - name : Build RxJava
3938 run : ./gradlew build --stacktrace --no-daemon
4039 prerelease :
40+ needs : build
4141 runs-on : ubuntu-latest
4242 permissions :
4343 contents : write
You can’t perform that action at this time.
0 commit comments