From 8ba3481cac88263a16f4929fac3fff4b25d23d64 Mon Sep 17 00:00:00 2001 From: Brage Date: Sun, 23 Jul 2023 19:54:44 +0200 Subject: [PATCH] Forcing all --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd64aedd..420733a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('CommonCode/gradle/wrapper/gradle-wrapper.properties') }} - name: Build CommonCode - if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.commonCode == 'true' + if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.commonCode == 'true' || github.event_name == 'workflow_dispatch' run: | cd CommonCode chmod +x ./gradlew