Skip to content

Commit

Permalink
Switch expression to prevent waiting for timeout on cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Jun 26, 2024
1 parent 0fd4831 commit b9ca990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Analyze Dart
run: flutter analyze
- name: Analyze Kotlin
if: always()
if: ${{ !cancelled() }}
run: ktlint
- name: Analyze Swift
if: always()
if: ${{ !cancelled() }}
run: swiftlint --strict
- name: Check Dart format
if: always()
if: ${{ !cancelled() }}
run: dart format --output=none --set-exit-if-changed .
build_ios:
name: Build for iOS
Expand Down

0 comments on commit b9ca990

Please sign in to comment.