Skip to content

Commit

Permalink
Merge pull request #2863 from o1-labs/ci/deactivate-conditional-actions
Browse files Browse the repository at this point in the history
CI/o1vm: deactivating path dependent execution
  • Loading branch information
dannywillems authored Dec 4, 2024
2 parents e1875cf + 673954a commit a58943d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/o1vm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a58943d

Please sign in to comment.