diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 266535cab33a58e2e840301fbf6adc03aa09c780..1b9f7f017f5504832cae7f1371f89168d6e19e08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,9 @@ # Format: Your cachix cache host name without the ".cachix.org" suffix. # Example: mycache (for mycache.cachix.org) # # For this to work, you also need to set the CACHIX_SIGNING_KEY or -on: # rebuild everyday at 2:51 + # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new - # Github found at - # https://github.com//nur-packages/settings/secrets + # at https://github.com//nur-packages/settings/secrets cachixName: - nixPath: @@ -52,7 +51,8 @@ if: ${{ matrix.cachixName != '' }} with: name: ${{ matrix.cachixName }} signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - schedule: + # or: + # TIP: Choose a random time here so not all repositories are build at once: name: "Build and populate cache" - name: Check evaluation run: |