Skip to content

Commit

Permalink
Github Action Added to Block PRs from fork/main branch (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored May 5, 2024
1 parent 5135a1a commit 70a5b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
- name: Build
run: |
make build
- name: Ensure PR is not on main branch
uses: jaegertracing/jaeger/.github/actions/block-pr-not-on-main@main

0 comments on commit 70a5b15

Please sign in to comment.