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 @@ -331,7 +331,10 @@ jobs:
331
331
run : make test-pure-install
332
332
333
333
publish_rpm :
334
- if : startsWith(github.ref, 'refs/tags')
334
+ # if: startsWith(github.ref, 'refs/tags')
335
+ if : (github.event_name == 'push') ||
336
+ (github.event_name == 'pull_request' &&
337
+ github.event.pull_request.head.repo.full_name != github.repository)
335
338
336
339
needs :
337
340
- run_tests_rpm
@@ -372,7 +375,7 @@ jobs:
372
375
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
373
376
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
374
377
env :
375
- RWS_REPO : https://rws.tarantool.org
378
+ RWS_REPO : https://rws-dev .tarantool.org
376
379
RWS_AUTH : ${{ secrets.RWS_AUTH }}
377
380
OS : ${{ matrix.target.os }}
378
381
DIST : ${{ matrix.target.dist }}
You can’t perform that action at this time.
0 commit comments