summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-27 07:05:17 -0500
committerseth <[email protected]>2023-12-27 07:05:17 -0500
commit66f3a899b81f0eeeee1b545b1f7056a49bfde85f (patch)
tree3e54dc1708514f0239f69b76e24999ab49360f37 /.github/workflows/ci.yaml
parent8f9d7de04f4da4abc8a097c2021c8e4723c25dc7 (diff)
actions: better scope secrets for deployment
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 58d1966..4c03f04 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -49,9 +49,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
+ if: ${{ !matrix.isCached }}
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Cachix
+ if: ${{ !matrix.isCached }}
uses: cachix/cachix-action@v13
with:
name: getchoo