Skip to content

Commit f054f1f

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

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
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 * * *"
1+
# Temporarily disable until new wdk-build verison is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
2+
# on:
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)