Skip to content

Commit

Permalink
ci: fix merge blocking chore(version)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrar-deriv committed Jul 2, 2024
1 parent 30aa969 commit df0bdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_versioning_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
check-version-pr:
runs-on: ubuntu-latest
if: ${{ ! startsWith(github.event.pull_request.title , 'chore(version)') }
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit df0bdd0

Please sign in to comment.