Skip to content

Commit 788e131

Browse files
committed
ci: remove branch constraint for foundry coverage job
1 parent cf7fb48 commit 788e131

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/foundry.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,6 @@ jobs:
114114
run-coverage:
115115
name: Coverage
116116
runs-on: protocol-x64-16core
117-
# Only run coverage checks on main, preprod, testnet, and mainnet branches, or PRs targeting these branches
118-
if: |
119-
github.ref == 'refs/heads/main' ||
120-
github.ref == 'refs/heads/preprod' ||
121-
github.ref == 'refs/heads/testnet' ||
122-
github.ref == 'refs/heads/mainnet' ||
123-
github.base_ref == 'main' ||
124-
github.base_ref == 'preprod' ||
125-
github.base_ref == 'testnet' ||
126-
github.base_ref == 'mainnet'
127-
strategy:
128-
fail-fast: true
129117
steps:
130118
# Check out repository with all submodules for complete codebase access.
131119
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)