We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2fee26 + 9af3085 commit d81d4ecCopy full SHA for d81d4ec
.github/workflows/build.yml
@@ -52,7 +52,8 @@ jobs:
52
${{
53
github.event.pull_request.head.repo.full_name == github.repository ||
54
github.actor == github.repository_owner ||
55
- github.actor.belongs_to_organization
+ github.actor.belongs_to_organization ||
56
+ github.event.pull_request.merged == true
57
}}
58
permissions:
59
id-token: write
0 commit comments