Skip to content

Commit

Permalink
Allow Windows e2e-test job to be cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 17, 2023
1 parent 2f4ae4f commit 8225e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Windows end-to-end desktop tests
runs-on: [self-hosted, desktop-test, Linux] # app-test-linux

Check warning on line 29 in .github/workflows/desktop-e2e.yml

View workflow job for this annotation

GitHub Actions / check-formatting

29:49 [comments] too few spaces before comment
needs: e2e-test-linux
if: ${{ always() }} # https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow#example-not-requiring-successful-dependent-jobs
if: ${{ !cancelled() }} # https://docs.github.com/en/actions/learn-github-actions/expressions#always
timeout-minutes: 240
strategy:
fail-fast: false
Expand Down

0 comments on commit 8225e66

Please sign in to comment.