Skip to content

Commit

Permalink
Only run CLA on PR comments, not on issue comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 19, 2021
1 parent 380a148 commit 9aa1f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
CLA:
runs-on: ubuntu-latest
# This job only runs for pull request comments
if: ${{ github.event.issue.pull_request }}
steps:
- uses: actions-ecosystem/action-regex-match@9c35fe9ac1840239939c59e5db8839422eed8a73
id: sign
Expand Down

0 comments on commit 9aa1f40

Please sign in to comment.