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 7218dd0Copy full SHA for 7218dd0
1 file changed
.github/workflows/build.yaml
@@ -1,6 +1,7 @@
1
on:
2
push:
3
- pull_request:
+ # Temporarily disable until new wdk-build version is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
4
+ # pull_request:
5
merge_group:
6
schedule: # Trigger a job on default branch at 4AM PST everyday
7
- cron: "0 11 * * *"
0 commit comments