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 c79d3bf commit c17b8aaCopy full SHA for c17b8aa
.github/workflows/nightly.yml
@@ -1,6 +1,8 @@
1
name: Nightly EDK2 OVMF Build
2
3
-on: [push]
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
7
jobs:
8
nightly:
0 commit comments