Skip to content

Commit

Permalink
ci: remove cla-check from merge groups (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed May 8, 2024
1 parent a21958a commit e2ad204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cla-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1
# This prevents the action from running on a merge group, where it fails.
if: ${{ github.event_name != 'merge_group' }}

0 comments on commit e2ad204

Please sign in to comment.