File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,10 @@ jobs:
496
496
run : make test-pure-install
497
497
498
498
publish_deb :
499
- if : startsWith(github.ref, 'refs/tags')
499
+ # if: startsWith(github.ref, 'refs/tags')
500
+ if : (github.event_name == 'push') ||
501
+ (github.event_name == 'pull_request' &&
502
+ github.event.pull_request.head.repo.full_name != github.repository)
500
503
501
504
needs :
502
505
- run_tests_deb
@@ -537,7 +540,7 @@ jobs:
537
540
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
538
541
-F product=python3-tarantool $FILE_FLAGS -u ${RWS_AUTH}
539
542
env :
540
- RWS_REPO : https://rws.tarantool.org
543
+ RWS_REPO : https://rws-dev .tarantool.org
541
544
RWS_AUTH : ${{ secrets.RWS_AUTH }}
542
545
OS : ${{ matrix.target.os }}
543
546
DIST : ${{ matrix.target.dist }}
You can’t perform that action at this time.
0 commit comments