Skip to content

Commit

Permalink
Update check_cla.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
test-ext authored Oct 20, 2023
1 parent cb28462 commit 04cf110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
needs: check-external
permissions: write-all
if: ${{ needs.check-fork.outputs.is_external != 'true' && needs.check-fork.result == 'success' }}
if: ${{ needs.check-fork.outputs.is_external == 'true' && needs.check-fork.result == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 04cf110

Please sign in to comment.