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 16e9a42 commit 37aaa27Copy full SHA for 37aaa27
.github/workflows/release.yml
@@ -59,8 +59,8 @@ jobs:
59
key: lastCommit-${{ hashFiles('lastCommit') }}
60
build-binaries-job:
61
needs: should-build-change
62
- if: ${{ needs.should-build-change.outputs.repo-cache-hit == 'false' || github.event_name != 'schedule' }}
63
- uses: rgrunber/vscode-xml/.github/workflows/native-image.yaml@main
+ if: ${{ needs.should-build-change.outputs.repo-cache-hit != 'true' || github.event_name != 'schedule' }}
+ uses: redhat-developer/vscode-xml/.github/workflows/native-image.yaml@main
64
with:
65
publishPreRelease: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true' }}
66
packaging-job:
0 commit comments