diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ca2606d..ecf0ce9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -5,9 +5,6 @@ on: schedule: - cron: 0 0 * * * -# concurrency: -# group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.host }} -# cancel-in-progress: true permissions: contents: write @@ -30,8 +27,6 @@ jobs: extra-conf: | accept-flake-config = true - - uses: DeterminateSystems/magic-nix-cache-action@v7 - - uses: cachix/cachix-action@v15 with: name: daylin @@ -72,8 +67,6 @@ jobs: extra-conf: | accept-flake-config = true - - uses: DeterminateSystems/magic-nix-cache-action@v7 - - uses: ./.github/actions/clean-disk with: purge-packages: 'true'