Skip to content

Commit ccb5e06

Browse files
committed
fix: allow platform updates to continue even if one branch fails
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent ced3d4a commit ccb5e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-quarkus-platform-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
quarkus-platform-pr:
1515
runs-on: ubuntu-latest
16+
continue-on-error: true
1617
strategy:
1718
matrix:
1819
quarkus-platform-branch: ${{ fromJson(inputs.quarkus-platform-branches) }}
@@ -50,4 +51,4 @@ jobs:
5051
if: ${{ steps.qp-pr.outputs.pull-request-number }}
5152
run: |
5253
echo "Pull Request Number - ${{ steps.qp-pr.outputs.pull-request-number }}"
53-
echo "Pull Request URL - ${{ steps.qp-pr.outputs.pull-request-url }}"
54+
echo "Pull Request URL - ${{ steps.qp-pr.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)