Skip to content

Commit

Permalink
Allow dirty build on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 8, 2023
1 parent ae9158c commit c0465c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -131,6 +132,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
providerStrategy: ${{ matrix.providerStrategy }}
allowDirtyBuild: true

###########################
# Upload #
Expand Down

0 comments on commit c0465c8

Please sign in to comment.