Skip to content

Commit 9533b19

Browse files
temporarily disable msrv check (#217)
1 parent 9ea7865 commit 9533b19

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/msrv.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Verify MSRV version
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
# Temporarily disabled automatic triggers
5+
# push:
6+
# branches:
7+
# - main
8+
# pull_request:
9+
workflow_dispatch: # Can be manually triggered if needed
810

911
env:
1012
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)