Skip to content

Commit

Permalink
Do not run forked-node tests for external contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 1, 2025
1 parent 9d5a117 commit 76aec30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
- run: cargo nextest run -p e2e local_node --test-threads 1 --failure-output final --run-ignored ignored-only

test-forked-node:
# Do not run this job on forks since some secrets are required for it.
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
timeout-minutes: 60
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 76aec30

Please sign in to comment.