From 673954a3dafcc9f257f67f06f05ca72a2f2dc2d4 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Wed, 4 Dec 2024 13:31:39 +0100 Subject: [PATCH] CI/o1vm: deactivating path dependent execution As we enforce some GH actions to pass when targeting master, it can make PR stalled and unmergeable. I do not see any options in GH settings at the moment to include these conditions. --- .github/workflows/o1vm-ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/o1vm-ci.yml b/.github/workflows/o1vm-ci.yml index 75763778ca..f657d3c879 100644 --- a/.github/workflows/o1vm-ci.yml +++ b/.github/workflows/o1vm-ci.yml @@ -3,37 +3,9 @@ name: o1vm CI on: workflow_dispatch: pull_request: - paths: - [ - "o1vm/**", - "folding/**", - "groupmap/**", - "kimchi/**", - "msm/**", - "curves/**", - "poseidon/**", - "poly-commitment/", - "internal-tracing/**", - "srs/**", - "utils/**", - ] push: branches: - master - paths: - [ - "o1vm/**", - "folding/**", - "groupmap/**", - "kimchi/**", - "msm/**", - "curves/**", - "poseidon/**", - "poly-commitment/", - "internal-tracing/**", - "srs/**", - "utils/**", - ] env: # https://doc.rust-lang.org/cargo/reference/profiles.html#release