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 ced3d4a commit ccb5e06Copy full SHA for ccb5e06
.github/workflows/release-quarkus-platform-pr.yml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
quarkus-platform-pr:
15
runs-on: ubuntu-latest
16
+ continue-on-error: true
17
strategy:
18
matrix:
19
quarkus-platform-branch: ${{ fromJson(inputs.quarkus-platform-branches) }}
@@ -50,4 +51,4 @@ jobs:
50
51
if: ${{ steps.qp-pr.outputs.pull-request-number }}
52
run: |
53
echo "Pull Request Number - ${{ steps.qp-pr.outputs.pull-request-number }}"
- 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