Skip to content

Commit f019531

Browse files
committed
Revert "ci: temporarily disable triggers in build workflow until new wdk-build version is ingested"
This reverts commit f054f1f.
1 parent 2fdb7a3 commit f019531

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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 * * *"
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 * * *"
87

98
name: Build
109

0 commit comments

Comments
 (0)