Skip to content

Commit

Permalink
add label for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Oct 3, 2023
1 parent 55722fa commit 3757873
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_signed_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

name: Check Signed

# on:
# issue_comment:
on:
issue_comment:

jobs:
check-signed:
name: Check CLA signed
runs-on: ubuntu-latest
# Todo: move once testing complete
if: ${{ github.event.label.name == 'test' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3757873

Please # to comment.