Skip to content

Commit

Permalink
Don't run compare-chromium-versions in PRs from forks (#26701)
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik authored Nov 22, 2024
1 parent 6d3b61b commit a0492bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compare-chromium-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
PR_SHA: ${{ github.event.pull_request.head.sha }}
steps:
- name: Check if CI and merge are allowed based on the Chromium version in the target branch
if: github.event.pull_request.head.repo.full_name == github.repository
run: |
shopt -s inherit_errexit
set -eEo pipefail
Expand Down

0 comments on commit a0492bd

Please sign in to comment.