Skip to content

Commit

Permalink
Merge pull request #2476 from itowlson/ci-dont-cancel-on-lint-failure
Browse files Browse the repository at this point in the history
Don't attempt to cancel workflow if lints fail
  • Loading branch information
itowlson authored Apr 29, 2024
2 parents 2806090 + f92f01e commit 7d66e91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
- name: Run lints on examples
run: BUILD_SPIN_EXAMPLES=0 make lint-rust-examples

- name: Cancel everything if linting fails
if: failure()
uses: andymckay/cancel-action@0.2

## This is separated out to remove full integration tests dependencies on windows/mac builds
build-rust-ubuntu:
name: Build Spin Ubuntu
Expand Down

0 comments on commit 7d66e91

Please sign in to comment.