Skip to content

Commit 90c1b4b

Browse files
committed
ci: temporarily disable triggers in build workflow until new wdk-build version is ingested
1 parent 0dcc428 commit 90c1b4b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
on:
2-
push:
3-
pull_request:
4-
merge_group:
5-
schedule: # Trigger a job on default branch at 4AM PST everyday
6-
- cron: "0 11 * * *"
2+
# Temporarily disable until new wdk-build verison is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
3+
# push:
4+
# pull_request:
5+
# merge_group:
6+
# schedule: # Trigger a job on default branch at 4AM PST everyday
7+
# - cron: "0 11 * * *"
78

89
name: Build
910

0 commit comments

Comments
 (0)