We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222b02b commit de1f58fCopy full SHA for de1f58f
.github/workflows/nix-clean.yml .github/workflows/nightly.yml.github/workflows/nix-clean.yml renamed to .github/workflows/nightly.yml
@@ -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
+name: Nightly
4
5
on:
6
schedule:
@@ -12,6 +10,8 @@ concurrency:
12
10
cancel-in-progress: true
13
11
14
jobs:
+ # This is the slowest part of the CI now so I think it's better to just do it daily
+ # instead of every commit
15
nix-cleanup:
16
runs-on: [sdk-self-hosted-linux-amd64-build-system]
17
steps:
0 commit comments