Skip to content

Commit

Permalink
Github Actions Added to Block PRs from fork/main branch (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored May 5, 2024
1 parent de8b022 commit 926f454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
run: yarn run depcheck
- run: yarn lint
- run: yarn build
- name: Ensure PR is not on main branch
uses: jaegertracing/jaeger/.github/actions/block-pr-not-on-main@main

0 comments on commit 926f454

Please # to comment.