mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
remove magic that isn't magic at all
This commit is contained in:
parent
0df6388f36
commit
ef945c104b
1 changed files with 0 additions and 7 deletions
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue