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