From 38fecca4890d81a26627b6cf1887fe9d0478517c Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 8 Jan 2026 17:53:44 +0100 Subject: [PATCH] git: Fix nightly CI --- .github/workflows/nightly_release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index d48b28da9..a5b2b7239 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -127,6 +127,7 @@ jobs: snap: imhex-${{ env.IMHEX_VERSION }}-arm64.snap release: edge - - name: 🌍 Update ImHex Landing Website - if: ${{ steps.check_commits.outputs.should_run == 'true' }} - uses: WerWolv/ImHexWebsite/.github/workflows/build.yaml@master + website_update: + name: 🌍 Update ImHex Landing Website + needs: nightly-release + uses: WerWolv/ImHexWebsite/.github/workflows/build.yaml@master