Skip to content

Commit

Permalink
Remove succeed-for-cla (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 authored Aug 3, 2023
1 parent 6b4621a commit 829a138
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ jobs:
run: |
echo "cla label missing. See CONTRIBUTING.md."
exit 1
succeed-for-cla:
if: ${{contains(github.event.pull_request.labels.*.name, 'cla')}}
runs-on: ubuntu-latest
steps:
- name: Succeed for present cla label
run: |
echo "cla label present. See CONTRIBUTING.md."
exit 0

0 comments on commit 829a138

Please sign in to comment.