From 5d77917020da35158abc8e5b5d6e80667b81b632 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 (https://github.com/AztecProtocol/barretenberg/pull/586) --- barretenberg/.github/workflows/nix.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/barretenberg/.github/workflows/nix.yml b/barretenberg/.github/workflows/nix.yml index 40c37ad659a..206aa888fcf 100644 --- a/barretenberg/.github/workflows/nix.yml +++ b/barretenberg/.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