We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcc428 commit f054f1fCopy full SHA for f054f1f
1 file changed
.github/workflows/build.yaml
@@ -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 * * *"
+# Temporarily disable until new wdk-build verison is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
+# on:
+# push:
+# pull_request:
+# merge_group:
+# schedule: # Trigger a job on default branch at 4AM PST everyday
7
+# - cron: "0 11 * * *"
8
9
name: Build
10
0 commit comments