Skip to content

Commit de1f58f

Browse files
committed
rename workflow nightly
1 parent 222b02b commit de1f58f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# This is the slowest part of the CI now so I think it's better to just do it daily
2-
# instead of every commit
3-
name: Clean nix store
1+
name: Nightly
42

53
on:
64
schedule:
@@ -12,6 +10,8 @@ concurrency:
1210
cancel-in-progress: true
1311

1412
jobs:
13+
# This is the slowest part of the CI now so I think it's better to just do it daily
14+
# instead of every commit
1515
nix-cleanup:
1616
runs-on: [sdk-self-hosted-linux-amd64-build-system]
1717
steps:

0 commit comments

Comments
 (0)