Skip to content

Commit

Permalink
ci: edit merge group from semantic pr check (#4999)
Browse files Browse the repository at this point in the history
### Description

Follow up to #4998, edits a trigger which was causing an error in
[Semantic PR Title
Check](https://github.com/valora-inc/wallet/actions/runs/8087407245).

### Related issues

N/A

### Backwards compatibility

N/A

### Network scalability

N/A
  • Loading branch information
MuckT authored Feb 28, 2024
1 parent 48c9909 commit 3c97845
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This action can only be run in `pull_request_target` and `pull_request` events
# Workaround from https://github.com/amannn/action-semantic-pull-request/issues/236#issuecomment-1695654373
if: ${{ github.event_name != 'merge_group' }}

0 comments on commit 3c97845

Please sign in to comment.