Skip to content

Commit 778173f

Browse files
committed
fix: disable build-test workflow temporarily
1 parent 6182e82 commit 778173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
branches: main
3939
types: [opened, synchronize, reopened, ready_for_review]
4040
paths:
41-
- '.github/workflows/build-test.yaml'
41+
# - '.github/workflows/build-test.yaml' # temporarily cancel this, we don't want to run the full test build.
4242
- '**/Cargo.toml'
4343
- '**/Cargo.lock'
4444
- '**.rs'

0 commit comments

Comments
 (0)