Skip to content

Commit f69ffc0

Browse files
test deb publish
1 parent 044fa3b commit f69ffc0

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
@@ -495,7 +495,10 @@ jobs:
495495
run: make test-pure-install
496496

497497
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)
499502

500503
needs:
501504
- run_tests_deb
@@ -538,7 +541,7 @@ jobs:
538541
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
539542
-F product=python3-tarantool $FILE_FLAGS -u $RWS_AUTH
540543
env:
541-
RWS_REPO: https://rws.tarantool.org
544+
RWS_REPO: https://rws-dev.tarantool.org
542545
RWS_AUTH: ${{ secrets.RWS_AUTH }}
543546
OS: ${{ matrix.target.os }}
544547
DIST: ${{ matrix.target.dist }}

0 commit comments

Comments
 (0)