Skip to content

Commit fe12d36

Browse files
test deb publish
1 parent bf23304 commit fe12d36

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/packing.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,10 @@ jobs:
496496
run: make test-pure-install
497497

498498
publish_deb:
499-
if: startsWith(github.ref, 'refs/tags')
499+
# if: startsWith(github.ref, 'refs/tags')
500+
if: (github.event_name == 'push') ||
501+
(github.event_name == 'pull_request' &&
502+
github.event.pull_request.head.repo.full_name != github.repository)
500503

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

0 commit comments

Comments
 (0)