Skip to content

Commit f92f01e

Browse files
committed
Don't attempt to cancel workflow if lints fail
Signed-off-by: itowlson <[email protected]>
1 parent 2806090 commit f92f01e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
- name: Run lints on examples
5757
run: BUILD_SPIN_EXAMPLES=0 make lint-rust-examples
5858

59-
- name: Cancel everything if linting fails
60-
if: failure()
61-
uses: andymckay/[email protected]
62-
6359
## This is separated out to remove full integration tests dependencies on windows/mac builds
6460
build-rust-ubuntu:
6561
name: Build Spin Ubuntu

0 commit comments

Comments
 (0)