Skip to content

Commit

Permalink
ci(core): remove ci_skipped since it's not working as expected. (#1577)
Browse files Browse the repository at this point in the history
**Motivation**
This check is triggering when there are changes to doc files, even
thought there are also changes to code. Let's remove this since the
benefit it not worth the cost anyway.
  • Loading branch information
mpaulucci authored Jan 2, 2025
1 parent 7ef91ea commit c3d81ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_l1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
branches: ["**"]
paths-ignore:
- "README.md"
- "LICENSE"
- "**/README.md"
- "**/docs/**"
- "crates/vm/levm/**" # We run this in a separate workflow

concurrency:
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/ci_skipped.yaml

This file was deleted.

0 comments on commit c3d81ce

Please sign in to comment.