From a00042b8e19812d1d2c9922958712e0aed59cec2 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 27 Oct 2024 23:04:27 +0530 Subject: [PATCH] push to cachix after updating inputs --- .github/workflows/cachix.yaml | 7 ++++++- .github/workflows/update-inputs.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 6a193f4..84e3da9 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -1,8 +1,13 @@ -name: Cachix +name: Build and Push to Cachix on: push: branches: - main + workflow_run: + workflows: ['Update Inputs'] + types: [completed] + branches: + - main jobs: publish: diff --git a/.github/workflows/update-inputs.yml b/.github/workflows/update-inputs.yml index 459c871..15edc78 100644 --- a/.github/workflows/update-inputs.yml +++ b/.github/workflows/update-inputs.yml @@ -1,4 +1,4 @@ -name: Update inputs +name: Update Inputs on: schedule: