Skip to content

Commit

Permalink
Fix build mechanism for determining if new changes exist.
Browse files Browse the repository at this point in the history
- Update re-usable workflow reference to redhat-developer

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Sep 25, 2023
1 parent 16e9a42 commit 37aaa27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
key: lastCommit-${{ hashFiles('lastCommit') }}
build-binaries-job:
needs: should-build-change
if: ${{ needs.should-build-change.outputs.repo-cache-hit == 'false' || github.event_name != 'schedule' }}
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
with:
publishPreRelease: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true' }}
packaging-job:
Expand Down

0 comments on commit 37aaa27

Please sign in to comment.