summaryrefslogtreecommitdiff
path: root/.github/workflows/checkandformat.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-26 02:17:06 -0400
committerseth <[email protected]>2023-04-26 02:17:06 -0400
commitc651703c6a92e222477b7f4e137eaa22a285f8fc (patch)
tree630212d05dd54f27ad5a61b569637e43faac9aef /.github/workflows/checkandformat.yml
parent6e8f798b0ac2f91ec120dd3fa1056234a008c317 (diff)
ci: start using hercules ci
Diffstat (limited to '.github/workflows/checkandformat.yml')
-rw-r--r--.github/workflows/checkandformat.yml12
1 files changed, 6 insertions, 6 deletions
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: