Skip to content

Commit 9abd8cf

Browse files
committed
Disable daily buildy with nightly
1 parent ee6fa58 commit 9abd8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_with_current_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Test with last nightly everyday @12PM
22

33
on:
44
workflow_dispatch:
5-
schedule:
5+
# schedule:
66
# * is a special character in YAML so you have to quote this string
7-
- cron: '0 12 * * *'
7+
# - cron: '0 12 * * *'
88

99
jobs:
1010
build_with_last_nightly:

0 commit comments

Comments
 (0)