From c651703c6a92e222477b7f4e137eaa22a285f8fc Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Apr 2023 02:17:06 -0400 Subject: ci: start using hercules ci --- .github/workflows/checkandformat.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/checkandformat.yml b/.github/workflows/checkandformat.yml index b8f17ec..8560ae7 100644 --- a/.github/workflows/checkandformat.yml +++ b/.github/workflows/checkandformat.yml @@ -1,12 +1,12 @@ name: check and format flake on: - pull_request: - paths: - - "**.nix" - push: - paths: - - "**.nix" + #pull_request: + # paths: + # - "**.nix" + #push: + # paths: + # - "**.nix" workflow_dispatch: jobs: -- cgit v1.2.3