Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit cc5613e

Browse files
committed
ci: fix event_name check
1 parent 212a09f commit cc5613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ on:
1111

1212
jobs:
1313
check-format:
14-
if: ${{ github.event_name == 'pull_request' }}
14+
if: ${{ github.event_name == 'pull_request_target' }}
1515
uses: lars-reimann/.github/.github/workflows/pr-format-reusable.yml@main

0 commit comments

Comments
 (0)