From 92b0df5a3d524e7906ab2ba1b08e46b5933434e0 Mon Sep 17 00:00:00 2001 From: Jermeiah S Date: Thu, 19 Jun 2025 16:53:41 -0400 Subject: [PATCH] disable workflow (temp) --- .forgejo/workflows/push.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index cbf6be3..8903e5e 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -3,6 +3,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix flake check . + # - uses: DeterminateSystems/nix-installer-action@main + # - uses: DeterminateSystems/magic-nix-cache-action@main + # - run: nix flake check . + - run: echo hi