Skip to content

Commit

Permalink
TRying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Feb 21, 2025
1 parent 27a661c commit 091bff5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label_extension }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
needs: precompile_static_models
if: |
always() &&
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled') &&
needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
if: ${{ always() && !failure() && !cancelled() && needs.build-and-push.outputs.runs_on != 'ubuntu-latest' }}
runs-on:
group: ${{ needs.build-and-push.outputs.runs_on }}
env:
Expand Down

0 comments on commit 091bff5

Please sign in to comment.