Skip to content

Commit dc34dd9

Browse files
authored
Update fix.yml
1 parent 8751381 commit dc34dd9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/fix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ concurrency:
2020

2121
jobs:
2222
prepare:
23-
# not starting for PRs if repo is private because we cannot write to private forks
23+
# WARN: writing to private forks is not supported
2424
if: github.event_name == 'workflow_dispatch' ||
25-
(github.event_name == 'pull_request_target' &&
26-
github.event.pull_request.head.repo.private == false) ||
25+
github.event_name == 'pull_request_target' ||
2726
(github.event_name == 'workflow_run' &&
2827
github.event.workflow_run.conclusion == 'success')
2928
permissions:

0 commit comments

Comments
 (0)