mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
fix (#845)
This commit is contained in:
2
.github/workflows/codecov-external-pr.yml
vendored
2
.github/workflows/codecov-external-pr.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
filter-commit-changes:
|
||||
if: ${{ github.event.pull_request.head.repo.full_name }} != 'Consensys/linea-monorepo'
|
||||
if: github.event.pull_request.head.repo.fork == true
|
||||
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-small
|
||||
name: Filter commit changes
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user