Skip to content

Commit

Permalink
ci: fix ok-to-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jan 2, 2024
1 parent 7e372a9 commit fca1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
git diff --exit-code --ignore-all-space ./docs/
validate-interface:
if: "!contains(github.event.pull_request.labels.*.name, 'breaking-change')"
if: "!contains(github.event.pull_request.labels.*.name, 'breaking-change') && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit fca1e14

Please sign in to comment.