Skip to content

Commit f5a56b5

Browse files
committed
ci(workflows): run permission check for workflow_call
Remove the caller-level condition on check-permissions so workflow_call runs are not skipped through dependency status. Made-with: Cursor
1 parent 1841cbe commit f5a56b5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ on:
1313
required: true
1414
jobs:
1515
check-permissions:
16-
if: >-
17-
github.event_name == 'pull_request_target' ||
18-
(github.event_name == 'issue_comment' &&
19-
github.event.issue.pull_request &&
20-
contains(github.event.comment.body, '/deploy-preview'))
2116
uses: patternfly/.github/.github/workflows/check-team-membership.yml@main
2217
secrets: inherit
2318

0 commit comments

Comments
 (0)