Skip to content

Commit 37aaa27

Browse files
committed
Fix build mechanism for determining if new changes exist.
- Update re-usable workflow reference to redhat-developer Signed-off-by: Roland Grunberg <[email protected]>
1 parent 16e9a42 commit 37aaa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
key: lastCommit-${{ hashFiles('lastCommit') }}
6060
build-binaries-job:
6161
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
62+
if: ${{ needs.should-build-change.outputs.repo-cache-hit != 'true' || github.event_name != 'schedule' }}
63+
uses: redhat-developer/vscode-xml/.github/workflows/native-image.yaml@main
6464
with:
6565
publishPreRelease: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true' }}
6666
packaging-job:

0 commit comments

Comments
 (0)