You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/nightly.yml
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,55 @@ on:
5
5
inputs:
6
6
patchVersion:
7
7
description: "Format: YYYYMMDDHH"
8
+
schedule:
9
+
- cron: "0 0 * * *"# every day at midnight
8
10
9
11
jobs:
12
+
# from https://github.com/gitkraken/vscode-gitlens/blob/0fa0355132adb9c9e11ffe3f512c7d822fd2e67a/.github/workflows/cd-pre.yml#L9-L47
13
+
# Updates the pre-release branch if there are changes since the last pre-release build and makes sure that when there are no changes, the workflow exits early
0 commit comments