From 19e672eaef4ad7e7c3e327adf607a4b312800432 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 6 Jul 2023 21:05:52 +0100 Subject: [PATCH] chore(ci): Remove nix build on master branch & schedule (#586) --- .github/workflows/nix.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 40c37ad659..206aa888fc 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -3,9 +3,7 @@ name: Nix builds on: push: branches: - - master - schedule: - - cron: "0 2 * * *" # run at 2 AM UTC + - acvm-backend-barretenberg workflow_dispatch: # This will cancel previous runs when a branch or PR is updated