We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 6d65ba4 commit 6e0dc5aCopy full SHA for 6e0dc5a
.github/workflows/check.yaml
@@ -1,8 +1,15 @@
1
name: Flake checks
2
-on: [push, pull_request]
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
permissions:
10
contents: read
11
id-token: write
12
13
jobs:
14
check:
15
name: Run flake checks
@@ -17,4 +24,4 @@ jobs:
17
24
with:
18
25
name: tek
19
26
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
20
- - run: nix flake check
27
+ - run: nix -L flake check
.github/workflows/lower.yaml
@@ -1,9 +1,17 @@
name: Maintain lower bounds
-on: [workflow_dispatch, pull_request, push]
+ workflow_dispatch:
contents: write
pull-requests: write
16
lower-pr:
uses: tek/hix/.github/workflows/bounds.yaml@main
0 commit comments