From c0465c89994019ef8821c48327bd812a6de05f88 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:02:01 -0800 Subject: [PATCH] Allow dirty build on retry --- .github/workflows/build-tests-ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-tests-ubuntu.yml b/.github/workflows/build-tests-ubuntu.yml index 63914effa..caffeede3 100644 --- a/.github/workflows/build-tests-ubuntu.yml +++ b/.github/workflows/build-tests-ubuntu.yml @@ -112,6 +112,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} customParameters: -profile SomeProfile -someBoolean -someValue exampleValue providerStrategy: ${{ matrix.providerStrategy }} + allowDirtyBuild: true - name: Sleep for Retry if: ${{ steps.build-2.outcome == 'failure' }} @@ -131,6 +132,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} customParameters: -profile SomeProfile -someBoolean -someValue exampleValue providerStrategy: ${{ matrix.providerStrategy }} + allowDirtyBuild: true ########################### # Upload #