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.
1 parent 9724ec1 commit e9a073cCopy full SHA for e9a073c
.github/workflows/build.yml
@@ -235,7 +235,7 @@ jobs:
235
runs-on: ubuntu-20.04
236
if: |
237
github.event_name == 'pull_request'
238
- && (github.action == 'opened' || github.action == 'reopened')
+ && (github.event.action == 'opened' || github.event.action == 'reopened')
239
&& github.event.pull_request.author_association != 'COLLABORATOR'
240
&& github.event.pull_request.author_association != 'MEMBER'
241
&& github.event.pull_request.author_association != 'OWNER'
0 commit comments