Skip to content

Commit 17b866c

Browse files
committed
fix P2 repo deployment for PR builds
Signed-off-by: Peter Kirschner <peter@klib.io>
1 parent bfebf59 commit 17b866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
gradle-plugins/*/build/test-results/*/TEST-*.xml
144144
gradle-plugins/build/reports/*
145145
- name: Publish PR p2 repo
146-
if: ${{ github.event_name == 'pull_request' && matrix.java == '17' && matrix.os == 'ubuntu' }}
146+
if: ${{ github.event_name == 'pull_request' && matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
147147
run: |
148148
ls -laR org.bndtools.p2/*
149149
env | sort

0 commit comments

Comments
 (0)