Skip to content

Commit 66dd6bc

Browse files
committed
test if it stops CI
1 parent 0c7338d commit 66dd6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
"${{ github.event.pull_request.author_association }}" != "OWNER" ]]; then
3232
echo "Author association: ${{ github.event.pull_request.author_association }}"
3333
echo "Event not triggered by a collaborator/contributor/owner. Will not continue CI."
34-
exit 1
3534
else
36-
echo "Author is a collaborator/contributor/owner. Continuing CI."
35+
echo "Author is a ${{ github.event.pull_request.author_association }}. Continuing CI."
36+
exit 1
3737
fi
3838
3939
lint:

0 commit comments

Comments
 (0)