Skip to content

Commit

Permalink
Merge pull request #5144 from VladimirSlavik/master-no-infracheck-on-…
Browse files Browse the repository at this point in the history
…merged

infra: Don't run infra check on merged PRs
  • Loading branch information
VladimirSlavik committed Sep 21, 2023
2 parents 09c109e + 64eb168 commit 98e1811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infra-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
commit-message-check:
if: contains(github.event.pull_request.labels.*.name, 'infrastructure')
if: contains(github.event.pull_request.labels.*.name, 'infrastructure') && github.event.pull_request.merged != 'true'
runs-on: ubuntu-20.04
name: Infra tags in commit messages

Expand Down

0 comments on commit 98e1811

Please sign in to comment.