We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8751381 commit dc34dd9Copy full SHA for dc34dd9
1 file changed
.github/workflows/fix.yml
@@ -20,10 +20,9 @@ concurrency:
20
21
jobs:
22
prepare:
23
- # not starting for PRs if repo is private because we cannot write to private forks
+ # WARN: writing to private forks is not supported
24
if: github.event_name == 'workflow_dispatch' ||
25
- (github.event_name == 'pull_request_target' &&
26
- github.event.pull_request.head.repo.private == false) ||
+ github.event_name == 'pull_request_target' ||
27
(github.event_name == 'workflow_run' &&
28
github.event.workflow_run.conclusion == 'success')
29
permissions:
0 commit comments