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