Skip to content

Commit d564df6

Browse files
test deb publish
1 parent 3b28f7c commit d564df6

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
@@ -493,7 +493,10 @@ jobs:
493493
run: make test-pure-install
494494

495495
publish_deb:
496-
if: startsWith(github.ref, 'refs/tags')
496+
# if: startsWith(github.ref, 'refs/tags')
497+
if: (github.event_name == 'push') ||
498+
(github.event_name == 'pull_request' &&
499+
github.event.pull_request.head.repo.full_name != github.repository)
497500

498501
needs:
499502
- run_tests_deb
@@ -534,7 +537,7 @@ jobs:
534537
curl -v -LfsS -X PUT $RWS_REPO/release/modules/$OS/$DIST \
535538
-F product=python3-tarantool $FILE_FLAGS -u ${RWS_AUTH}
536539
env:
537-
RWS_REPO: https://rws.tarantool.org
540+
RWS_REPO: https://rws-dev.tarantool.org
538541
RWS_AUTH: ${{ secrets.RWS_AUTH }}
539542
OS: ${{ matrix.target.os }}
540543
DIST: ${{ matrix.target.dist }}

0 commit comments

Comments
 (0)