Skip to content

Commit 044fa3b

Browse files
test rpm publish
1 parent 8f07786 commit 044fa3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/packing.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,10 @@ jobs:
331331
run: make test-pure-install
332332

333333
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)
335338

336339
needs:
337340
- run_tests_rpm
@@ -372,7 +375,7 @@ jobs:
372375
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
373376
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
374377
env:
375-
RWS_REPO: https://rws.tarantool.org
378+
RWS_REPO: https://rws-dev.tarantool.org
376379
RWS_AUTH: ${{ secrets.RWS_AUTH }}
377380
OS: ${{ matrix.target.os }}
378381
DIST: ${{ matrix.target.dist }}

0 commit comments

Comments
 (0)