We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfebf59 commit 17b866cCopy full SHA for 17b866c
.github/workflows/cibuild.yml
@@ -143,7 +143,7 @@ jobs:
143
gradle-plugins/*/build/test-results/*/TEST-*.xml
144
gradle-plugins/build/reports/*
145
- name: Publish PR p2 repo
146
- if: ${{ github.event_name == 'pull_request' && matrix.java == '17' && matrix.os == 'ubuntu' }}
+ if: ${{ github.event_name == 'pull_request' && matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
147
run: |
148
ls -laR org.bndtools.p2/*
149
env | sort
0 commit comments