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: